Html Css Color HEX #8C9CCB Portage

📋 copy color: '#8C9CCB'

red 140 ◦ green 156 ◦ blue 203

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

Shades of Portage #8C9CCB

Tints of Portage #8C9CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.26%

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

R = 28.06%
G = 31.26%
B = 40.68%

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

#8C9CCB (or 0x8C9CCB) is known color: Portage. HEX triplet: 8C, 9C and CB. RGB value is (140,156,203). Sum of RGB (Red+Green+Blue) = 140+156+203=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9CCB is #736334. Grayscale: #9C9C9C. Windows color (decimal): -7562037 or 13343884. OLE color: 13343884.

HSL color Cylindrical-coordinate representation of color #8C9CCB: hue angle of 224.76º 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 #8C9CCB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 156 203 -
CMYK 0.31 0.23 0 0.20
HSL 224.76º 0.38% 0.67% -
HSV(B) 224.76º 0.31% 0.8% -
XYZ 33.48 33.66 61.23 -
YUV 156.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 140 156 203 0.31 0.23 0 0.20 224.76 0.38 0.67
Hex 8C 9C CB 1F 17 0 14 E1 26 43
Octal 214 234 313 37 27 0 24 341 46 103
Binary 10001100 10011100 11001011 11111 10111 0 10100 11100001 100110 1000011

Color Harmonies of #8C9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9CCB

Black with #8C9CCB

Text Example


Text Example

White with #8C9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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