Html Css Color HEX #8C9ADC Portage

📋 copy color: '#8C9ADC'

red 140 ◦ green 154 ◦ blue 220

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

Shades of Portage #8C9ADC

Tints of Portage #8C9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.96%

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

R = 27.24%
G = 29.96%
B = 42.8%

CMYK

 C value IS 0.36

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C9ADC (or 0x8C9ADC) is known color: Portage. HEX triplet: 8C, 9A and DC. RGB value is (140,154,220). Sum of RGB (Red+Green+Blue) = 140+154+220=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C9ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ADC is #736523. Grayscale: #9D9D9D. Windows color (decimal): -7562532 or 14457484. OLE color: 14457484.

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

Color convert

RGB 140 154 220 -
CMYK 0.36 0.3 0 0.14
HSL 229.5º 0.53% 0.71% -
HSV(B) 229.5º 0.36% 0.86% -
XYZ 35.29 33.85 72.38 -
YUV 157.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 140 154 220 0.36 0.3 0 0.14 229.5 0.53 0.71
Hex 8C 9A DC 24 1E 0 E E6 35 47
Octal 214 232 334 44 36 0 16 346 65 107
Binary 10001100 10011010 11011100 100100 11110 0 1110 11100110 110101 1000111

Color Harmonies of #8C9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9ADC

Black with #8C9ADC

Text Example


Text Example

White with #8C9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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