Html Css Color HEX #8F9CCE Portage

📋 copy color: '#8F9CCE'

red 143 ◦ green 156 ◦ blue 206

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

Shades of Portage #8F9CCE

Tints of Portage #8F9CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 28.32%
G = 30.89%
B = 40.79%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F9CCE (or 0x8F9CCE) is known color: Portage. HEX triplet: 8F, 9C and CE. RGB value is (143,156,206). Sum of RGB (Red+Green+Blue) = 143+156+206=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CCE is #706331. Grayscale: #9D9D9D. Windows color (decimal): -7365426 or 13540495. OLE color: 13540495.

HSL color Cylindrical-coordinate representation of color #8F9CCE: hue angle of 227.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F9CCE is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 156 206 -
CMYK 0.31 0.24 0 0.19
HSL 227.62º 0.39% 0.68% -
HSV(B) 227.62º 0.31% 0.81% -
XYZ 34.36 34.07 63.16 -
YUV 157.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 143 156 206 0.31 0.24 0 0.19 227.62 0.39 0.68
Hex 8F 9C CE 1F 18 0 13 E4 27 44
Octal 217 234 316 37 30 0 23 344 47 104
Binary 10001111 10011100 11001110 11111 11000 0 10011 11100100 100111 1000100

Color Harmonies of #8F9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CCE

Black with #8F9CCE

Text Example


Text Example

White with #8F9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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