Html Css Color HEX #918DEA Portage

📋 copy color: '#918DEA'

red 145 ◦ green 141 ◦ blue 234

#918DEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #918DEA

Tints of Portage #918DEA

RGB

 RED value IS 145 (57.03% from 255) = 27.88%

 GREEN value IS 141 (55.47% from 255) = 27.12%

 BLUE value IS 234 (91.8% from 255) = 45%

R = 27.88%
G = 27.12%
B = 45%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#918DEA (or 0x918DEA) is known color: Portage. HEX triplet: 91, 8D and EA. RGB value is (145,141,234). Sum of RGB (Red+Green+Blue) = 145+141+234=520 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.88% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #918DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DEA is #6E7215. Grayscale: #989898. Windows color (decimal): -7238166 or 15371665. OLE color: 15371665.

HSL color Cylindrical-coordinate representation of color #918DEA: hue angle of 242.58º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918DEA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 141 234 -
CMYK 0.38 0.40 0 0.08
HSL 242.58º 0.69% 0.74% -
HSV(B) 242.58º 0.4% 0.92% -
XYZ 36.05 31.01 81.93 -
YUV 152.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 145 141 234 0.38 0.40 0 0.08 242.58 0.69 0.74
Hex 91 8D EA 26 28 0 8 F3 45 4A
Octal 221 215 352 46 50 0 10 363 105 112
Binary 10010001 10001101 11101010 100110 101000 0 1000 11110011 1000101 1001010

Color Harmonies of #918DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918DEA

Black with #918DEA

Text Example


Text Example

White with #918DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918DEA; }

 p { color: rgb(145,141,234); }

 H1.HeaderClassName
 {
   color: #918DEA;
 }
 .AnyTagClassName
 {
   color: #918DEA;
 }
</style>

background-color css

<style>
 a { background-color: #918DEA; }

 a { background-color: rgb(145,141,234); }

 div.DivClassName
 {
   background-color: #918DEA;
 }
 .BgClassName
 {
   background-color: #918DEA;
 }
</style>

border-color css

<style>
 span { border-color: #918DEA; }

 span { border-color: rgb(145,141,234); }

 td.TdClassName
 {
   border-color: #918DEA;
 }
 .TagClassName
 {
   border-color: #918DEA;
 }
</style>