Html Css Color HEX #8C9DCE Portage

📋 copy color: '#8C9DCE'

red 140 ◦ green 157 ◦ blue 206

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

Shades of Portage #8C9DCE

Tints of Portage #8C9DCE

RGB

 RED value IS 140 (55.08% from 255) = 27.83%

 GREEN value IS 157 (61.72% from 255) = 31.21%

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

R = 27.83%
G = 31.21%
B = 40.95%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C9DCE (or 0x8C9DCE) is known color: Portage. HEX triplet: 8C, 9D and CE. RGB value is (140,157,206). Sum of RGB (Red+Green+Blue) = 140+157+206=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C9DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DCE is #736231. Grayscale: #9D9D9D. Windows color (decimal): -7561778 or 13540748. OLE color: 13540748.

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

Color convert

RGB 140 157 206 -
CMYK 0.32 0.24 0 0.19
HSL 224.55º 0.4% 0.68% -
HSV(B) 224.55º 0.32% 0.81% -
XYZ 34.01 34.15 63.19 -
YUV 157.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 140 157 206 0.32 0.24 0 0.19 224.55 0.4 0.68
Hex 8C 9D CE 20 18 0 13 E1 28 44
Octal 214 235 316 40 30 0 23 341 50 104
Binary 10001100 10011101 11001110 100000 11000 0 10011 11100001 101000 1000100

Color Harmonies of #8C9DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DCE

Black with #8C9DCE

Text Example


Text Example

White with #8C9DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,157,206); }

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

background-color css

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

 a { background-color: rgb(140,157,206); }

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

border-color css

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

 span { border-color: rgb(140,157,206); }

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