Html Css Color HEX #8CA4DC Portage

📋 copy color: '#8CA4DC'

red 140 ◦ green 164 ◦ blue 220

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

Shades of Portage #8CA4DC

Tints of Portage #8CA4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.3%

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 26.72%
G = 31.3%
B = 41.98%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CA4DC (or 0x8CA4DC) is known color: Portage. HEX triplet: 8C, A4 and DC. RGB value is (140,164,220). Sum of RGB (Red+Green+Blue) = 140+164+220=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CA4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4DC is #735B23. Grayscale: #A2A2A2. Windows color (decimal): -7559972 or 14460044. OLE color: 14460044.

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

Color convert

RGB 140 164 220 -
CMYK 0.36 0.25 0 0.14
HSL 222º 0.53% 0.71% -
HSV(B) 222º 0.36% 0.86% -
XYZ 37.01 37.29 72.96 -
YUV 163.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 140 164 220 0.36 0.25 0 0.14 222 0.53 0.71
Hex 8C A4 DC 24 19 0 E DE 35 47
Octal 214 244 334 44 31 0 16 336 65 107
Binary 10001100 10100100 11011100 100100 11001 0 1110 11011110 110101 1000111

Color Harmonies of #8CA4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA4DC

Black with #8CA4DC

Text Example


Text Example

White with #8CA4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,164,220); }

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

background-color css

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

 a { background-color: rgb(140,164,220); }

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

border-color css

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

 span { border-color: rgb(140,164,220); }

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