Html Css Color HEX #8598CA Portage

📋 copy color: '#8598CA'

red 133 ◦ green 152 ◦ blue 202

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

Shades of Portage #8598CA

Tints of Portage #8598CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.48%

R = 27.31%
G = 31.21%
B = 41.48%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8598CA (or 0x8598CA) is known color: Portage. HEX triplet: 85, 98 and CA. RGB value is (133,152,202). Sum of RGB (Red+Green+Blue) = 133+152+202=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #8598CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8598CA is #7A6735. Grayscale: #979797. Windows color (decimal): -8021814 or 13277317. OLE color: 13277317.

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

Color convert

RGB 133 152 202 -
CMYK 0.34 0.25 0 0.21
HSL 223.48º 0.39% 0.66% -
HSV(B) 223.48º 0.34% 0.79% -
XYZ 31.56 31.71 60.33 -
YUV 152.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 133 152 202 0.34 0.25 0 0.21 223.48 0.39 0.66
Hex 85 98 CA 22 19 0 15 DF 27 42
Octal 205 230 312 42 31 0 25 337 47 102
Binary 10000101 10011000 11001010 100010 11001 0 10101 11011111 100111 1000010

Color Harmonies of #8598CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8598CA

Black with #8598CA

Text Example


Text Example

White with #8598CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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