Html Css Color HEX #8F9CEA Portage

📋 copy color: '#8F9CEA'

red 143 ◦ green 156 ◦ blue 234

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

Shades of Portage #8F9CEA

Tints of Portage #8F9CEA

RGB

 RED value IS 143 (56.25% from 255) = 26.83%

 GREEN value IS 156 (61.33% from 255) = 29.27%

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

R = 26.83%
G = 29.27%
B = 43.9%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F9CEA (or 0x8F9CEA) is known color: Portage. HEX triplet: 8F, 9C and EA. RGB value is (143,156,234). Sum of RGB (Red+Green+Blue) = 143+156+234=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CEA is #706315. Grayscale: #A0A0A0. Windows color (decimal): -7365398 or 15375503. OLE color: 15375503.

HSL color Cylindrical-coordinate representation of color #8F9CEA: hue angle of 231.43º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F9CEA is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 156 234 -
CMYK 0.39 0.33 0 0.08
HSL 231.43º 0.68% 0.74% -
HSV(B) 231.43º 0.39% 0.92% -
XYZ 38.07 35.56 82.7 -
YUV 161.01 169.19 115.16 -
System Red Green Blue C M Y K H S L
Decimal 143 156 234 0.39 0.33 0 0.08 231.43 0.68 0.74
Hex 8F 9C EA 27 21 0 8 E7 44 4A
Octal 217 234 352 47 41 0 10 347 104 112
Binary 10001111 10011100 11101010 100111 100001 0 1000 11100111 1000100 1001010

Color Harmonies of #8F9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CEA

Black with #8F9CEA

Text Example


Text Example

White with #8F9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F9CEA; }

 p { color: rgb(143,156,234); }

 H1.HeaderClassName
 {
   color: #8F9CEA;
 }
 .AnyTagClassName
 {
   color: #8F9CEA;
 }
</style>

background-color css

<style>
 a { background-color: #8F9CEA; }

 a { background-color: rgb(143,156,234); }

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

border-color css

<style>
 span { border-color: #8F9CEA; }

 span { border-color: rgb(143,156,234); }

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