Html Css Color HEX #8598CB Portage

📋 copy color: '#8598CB'

red 133 ◦ green 152 ◦ blue 203

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

Shades of Portage #8598CB

Tints of Portage #8598CB

RGB

 RED value IS 133 (52.34% from 255) = 27.25%

 GREEN value IS 152 (59.77% from 255) = 31.15%

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

R = 27.25%
G = 31.15%
B = 41.6%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8598CB (or 0x8598CB) is known color: Portage. HEX triplet: 85, 98 and CB. RGB value is (133,152,203). Sum of RGB (Red+Green+Blue) = 133+152+203=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 152 (59.77% from 255 or 31.15% 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 #8598CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598CB is #7A6734. Grayscale: #979797. Windows color (decimal): -8021813 or 13342853. OLE color: 13342853.

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

Color convert

RGB 133 152 203 -
CMYK 0.34 0.25 0 0.20
HSL 223.71º 0.4% 0.66% -
HSV(B) 223.71º 0.34% 0.8% -
XYZ 31.68 31.75 60.96 -
YUV 152.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 133 152 203 0.34 0.25 0 0.20 223.71 0.4 0.66
Hex 85 98 CB 22 19 0 14 E0 28 42
Octal 205 230 313 42 31 0 24 340 50 102
Binary 10000101 10011000 11001011 100010 11001 0 10100 11100000 101000 1000010

Color Harmonies of #8598CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8598CB

Black with #8598CB

Text Example


Text Example

White with #8598CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,152,203); }

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

background-color css

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

 a { background-color: rgb(133,152,203); }

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

border-color css

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

 span { border-color: rgb(133,152,203); }

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