Html Css Color HEX #8499CB Portage

📋 copy color: '#8499CB'

red 132 ◦ green 153 ◦ blue 203

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

Shades of Portage #8499CB

Tints of Portage #8499CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.35%

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

R = 27.05%
G = 31.35%
B = 41.6%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8499CB (or 0x8499CB) is known color: Portage. HEX triplet: 84, 99 and CB. RGB value is (132,153,203). Sum of RGB (Red+Green+Blue) = 132+153+203=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #8499CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8499CB is #7B6634. Grayscale: #989898. Windows color (decimal): -8087093 or 13343108. OLE color: 13343108.

HSL color Cylindrical-coordinate representation of color #8499CB: hue angle of 222.25º 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 #8499CB is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 153 203 -
CMYK 0.35 0.25 0 0.20
HSL 222.25º 0.41% 0.66% -
HSV(B) 222.25º 0.35% 0.8% -
XYZ 31.69 32 61.01 -
YUV 152.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 132 153 203 0.35 0.25 0 0.20 222.25 0.41 0.66
Hex 84 99 CB 23 19 0 14 DE 29 42
Octal 204 231 313 43 31 0 24 336 51 102
Binary 10000100 10011001 11001011 100011 11001 0 10100 11011110 101001 1000010

Color Harmonies of #8499CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8499CB

Black with #8499CB

Text Example


Text Example

White with #8499CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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