Html Css Color HEX #8CA0DB Portage

📋 copy color: '#8CA0DB'

red 140 ◦ green 160 ◦ blue 219

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

Shades of Portage #8CA0DB

Tints of Portage #8CA0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 26.97%
G = 30.83%
B = 42.2%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CA0DB (or 0x8CA0DB) is known color: Portage. HEX triplet: 8C, A0 and DB. RGB value is (140,160,219). Sum of RGB (Red+Green+Blue) = 140+160+219=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA0DB is #735F24. Grayscale: #A0A0A0. Windows color (decimal): -7560997 or 14393484. OLE color: 14393484.

HSL color Cylindrical-coordinate representation of color #8CA0DB: hue angle of 224.81º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA0DB is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 160 219 -
CMYK 0.36 0.27 0 0.14
HSL 224.81º 0.52% 0.7% -
HSV(B) 224.81º 0.36% 0.86% -
XYZ 36.17 35.83 72.03 -
YUV 160.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 140 160 219 0.36 0.27 0 0.14 224.81 0.52 0.7
Hex 8C A0 DB 24 1B 0 E E1 34 46
Octal 214 240 333 44 33 0 16 341 64 106
Binary 10001100 10100000 11011011 100100 11011 0 1110 11100001 110100 1000110

Color Harmonies of #8CA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA0DB

Black with #8CA0DB

Text Example


Text Example

White with #8CA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,160,219); }

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

background-color css

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

 a { background-color: rgb(140,160,219); }

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

border-color css

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

 span { border-color: rgb(140,160,219); }

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