Html Css Color HEX #8C9DCB Portage

📋 copy color: '#8C9DCB'

red 140 ◦ green 157 ◦ blue 203

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

Shades of Portage #8C9DCB

Tints of Portage #8C9DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 28%
G = 31.4%
B = 40.6%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C9DCB (or 0x8C9DCB) is known color: Portage. HEX triplet: 8C, 9D and CB. RGB value is (140,157,203). Sum of RGB (Red+Green+Blue) = 140+157+203=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9DCB is #736234. Grayscale: #9C9C9C. Windows color (decimal): -7561781 or 13344140. OLE color: 13344140.

HSL color Cylindrical-coordinate representation of color #8C9DCB: hue angle of 223.81º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9DCB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 157 203 -
CMYK 0.31 0.23 0 0.20
HSL 223.81º 0.38% 0.67% -
HSV(B) 223.81º 0.31% 0.8% -
XYZ 33.65 34 61.29 -
YUV 157.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 140 157 203 0.31 0.23 0 0.20 223.81 0.38 0.67
Hex 8C 9D CB 1F 17 0 14 E0 26 43
Octal 214 235 313 37 27 0 24 340 46 103
Binary 10001100 10011101 11001011 11111 10111 0 10100 11100000 100110 1000011

Color Harmonies of #8C9DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DCB

Black with #8C9DCB

Text Example


Text Example

White with #8C9DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,157,203); }

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

background-color css

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

 a { background-color: rgb(140,157,203); }

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

border-color css

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

 span { border-color: rgb(140,157,203); }

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