Html Css Color HEX #8CA2DB Portage

📋 copy color: '#8CA2DB'

red 140 ◦ green 162 ◦ blue 219

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

Shades of Portage #8CA2DB

Tints of Portage #8CA2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.09%

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

R = 26.87%
G = 31.09%
B = 42.03%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CA2DB (or 0x8CA2DB) is known color: Portage. HEX triplet: 8C, A2 and DB. RGB value is (140,162,219). Sum of RGB (Red+Green+Blue) = 140+162+219=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CA2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA2DB is #735D24. Grayscale: #A1A1A1. Windows color (decimal): -7560485 or 14393996. OLE color: 14393996.

HSL color Cylindrical-coordinate representation of color #8CA2DB: hue angle of 223.29º 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 #8CA2DB is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 162 219 -
CMYK 0.36 0.26 0 0.14
HSL 223.29º 0.52% 0.7% -
HSV(B) 223.29º 0.36% 0.86% -
XYZ 36.52 36.53 72.14 -
YUV 161.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 140 162 219 0.36 0.26 0 0.14 223.29 0.52 0.7
Hex 8C A2 DB 24 1A 0 E DF 34 46
Octal 214 242 333 44 32 0 16 337 64 106
Binary 10001100 10100010 11011011 100100 11010 0 1110 11011111 110100 1000110

Color Harmonies of #8CA2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA2DB

Black with #8CA2DB

Text Example


Text Example

White with #8CA2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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