Html Css Color HEX #8C9BCD Portage

📋 copy color: '#8C9BCD'

red 140 ◦ green 155 ◦ blue 205

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

Shades of Portage #8C9BCD

Tints of Portage #8C9BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 28%
G = 31%
B = 41%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C9BCD (or 0x8C9BCD) is known color: Portage. HEX triplet: 8C, 9B and CD. RGB value is (140,155,205). Sum of RGB (Red+Green+Blue) = 140+155+205=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C9BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9BCD is #736432. Grayscale: #9C9C9C. Windows color (decimal): -7562291 or 13474700. OLE color: 13474700.

HSL color Cylindrical-coordinate representation of color #8C9BCD: hue angle of 226.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9BCD is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 155 205 -
CMYK 0.32 0.24 0 0.20
HSL 226.15º 0.39% 0.68% -
HSV(B) 226.15º 0.32% 0.8% -
XYZ 33.56 33.43 62.44 -
YUV 156.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 140 155 205 0.32 0.24 0 0.20 226.15 0.39 0.68
Hex 8C 9B CD 20 18 0 14 E2 27 44
Octal 214 233 315 40 30 0 24 342 47 104
Binary 10001100 10011011 11001101 100000 11000 0 10100 11100010 100111 1000100

Color Harmonies of #8C9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9BCD

Black with #8C9BCD

Text Example


Text Example

White with #8C9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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