Html Css Color HEX #8C9BCC Portage

📋 copy color: '#8C9BCC'

red 140 ◦ green 155 ◦ blue 204

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

Shades of Portage #8C9BCC

Tints of Portage #8C9BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.06%

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 28.06%
G = 31.06%
B = 40.88%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C9BCC (or 0x8C9BCC) is known color: Portage. HEX triplet: 8C, 9B and CC. RGB value is (140,155,204). Sum of RGB (Red+Green+Blue) = 140+155+204=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BCC is #736433. Grayscale: #9B9B9B. Windows color (decimal): -7562292 or 13409164. OLE color: 13409164.

HSL color Cylindrical-coordinate representation of color #8C9BCC: hue angle of 225.94º degrees, saturation: 0.39, 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 #8C9BCC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 155 204 -
CMYK 0.31 0.24 0 0.2
HSL 225.94º 0.39% 0.67% -
HSV(B) 225.94º 0.31% 0.8% -
XYZ 33.44 33.38 61.81 -
YUV 156.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 140 155 204 0.31 0.24 0 0.2 225.94 0.39 0.67
Hex 8C 9B CC 1F 18 0 14 E2 27 43
Octal 214 233 314 37 30 0 24 342 47 103
Binary 10001100 10011011 11001100 11111 11000 0 10100 11100010 100111 1000011

Color Harmonies of #8C9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9BCC

Black with #8C9BCC

Text Example


Text Example

White with #8C9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,155,204); }

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

background-color css

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

 a { background-color: rgb(140,155,204); }

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

border-color css

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

 span { border-color: rgb(140,155,204); }

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