Html Css Color HEX #8598CC Portage

📋 copy color: '#8598CC'

red 133 ◦ green 152 ◦ blue 204

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

Shades of Portage #8598CC

Tints of Portage #8598CC

RGB

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

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

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

R = 27.2%
G = 31.08%
B = 41.72%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8598CC (or 0x8598CC) is known color: Portage. HEX triplet: 85, 98 and CC. RGB value is (133,152,204). Sum of RGB (Red+Green+Blue) = 133+152+204=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #8598CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598CC is #7A6733. Grayscale: #989898. Windows color (decimal): -8021812 or 13408389. OLE color: 13408389.

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

Color convert

RGB 133 152 204 -
CMYK 0.35 0.25 0 0.2
HSL 223.94º 0.41% 0.66% -
HSV(B) 223.94º 0.35% 0.8% -
XYZ 31.8 31.8 61.59 -
YUV 152.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 133 152 204 0.35 0.25 0 0.2 223.94 0.41 0.66
Hex 85 98 CC 23 19 0 14 E0 29 42
Octal 205 230 314 43 31 0 24 340 51 102
Binary 10000101 10011000 11001100 100011 11001 0 10100 11100000 101001 1000010

Color Harmonies of #8598CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8598CC

Black with #8598CC

Text Example


Text Example

White with #8598CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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