Html Css Color HEX #8C9AD0 Portage

📋 copy color: '#8C9AD0'

red 140 ◦ green 154 ◦ blue 208

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

Shades of Portage #8C9AD0

Tints of Portage #8C9AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 27.89%
G = 30.68%
B = 41.43%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8C9AD0 (or 0x8C9AD0) is known color: Portage. HEX triplet: 8C, 9A and D0. RGB value is (140,154,208). Sum of RGB (Red+Green+Blue) = 140+154+208=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C9AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9AD0 is #73652F. Grayscale: #9B9B9B. Windows color (decimal): -7562544 or 13671052. OLE color: 13671052.

HSL color Cylindrical-coordinate representation of color #8C9AD0: hue angle of 227.65º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C9AD0 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 154 208 -
CMYK 0.33 0.26 0 0.18
HSL 227.65º 0.42% 0.68% -
HSV(B) 227.65º 0.33% 0.82% -
XYZ 33.76 33.24 64.31 -
YUV 155.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 140 154 208 0.33 0.26 0 0.18 227.65 0.42 0.68
Hex 8C 9A D0 21 1A 0 12 E4 2A 44
Octal 214 232 320 41 32 0 22 344 52 104
Binary 10001100 10011010 11010000 100001 11010 0 10010 11100100 101010 1000100

Color Harmonies of #8C9AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9AD0

Black with #8C9AD0

Text Example


Text Example

White with #8C9AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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