Html Css Color HEX #8495CB Portage

📋 copy color: '#8495CB'

red 132 ◦ green 149 ◦ blue 203

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

Shades of Portage #8495CB

Tints of Portage #8495CB

RGB

 RED value IS 132 (51.95% from 255) = 27.27%

 GREEN value IS 149 (58.59% from 255) = 30.79%

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

R = 27.27%
G = 30.79%
B = 41.94%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8495CB (or 0x8495CB) is known color: Portage. HEX triplet: 84, 95 and CB. RGB value is (132,149,203). Sum of RGB (Red+Green+Blue) = 132+149+203=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #8495CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8495CB is #7B6A34. Grayscale: #959595. Windows color (decimal): -8088117 or 13342084. OLE color: 13342084.

HSL color Cylindrical-coordinate representation of color #8495CB: hue angle of 225.63º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8495CB is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 149 203 -
CMYK 0.35 0.27 0 0.20
HSL 225.63º 0.41% 0.66% -
HSV(B) 225.63º 0.35% 0.8% -
XYZ 31.04 30.71 60.79 -
YUV 150.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 132 149 203 0.35 0.27 0 0.20 225.63 0.41 0.66
Hex 84 95 CB 23 1B 0 14 E2 29 42
Octal 204 225 313 43 33 0 24 342 51 102
Binary 10000100 10010101 11001011 100011 11011 0 10100 11100010 101001 1000010

Color Harmonies of #8495CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8495CB

Black with #8495CB

Text Example


Text Example

White with #8495CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8495CB; }

 p { color: rgb(132,149,203); }

 H1.HeaderClassName
 {
   color: #8495CB;
 }
 .AnyTagClassName
 {
   color: #8495CB;
 }
</style>

background-color css

<style>
 a { background-color: #8495CB; }

 a { background-color: rgb(132,149,203); }

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

border-color css

<style>
 span { border-color: #8495CB; }

 span { border-color: rgb(132,149,203); }

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