Html Css Color HEX #8598EE Portage

📋 copy color: '#8598EE'

red 133 ◦ green 152 ◦ blue 238

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

Shades of Portage #8598EE

Tints of Portage #8598EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 25.43%
G = 29.06%
B = 45.51%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8598EE (or 0x8598EE) is known color: Portage. HEX triplet: 85, 98 and EE. RGB value is (133,152,238). Sum of RGB (Red+Green+Blue) = 133+152+238=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #8598EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8598EE is #7A6711. Grayscale: #9B9B9B. Windows color (decimal): -8021778 or 15636613. OLE color: 15636613.

HSL color Cylindrical-coordinate representation of color #8598EE: hue angle of 229.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8598EE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 152 238 -
CMYK 0.44 0.36 0 0.07
HSL 229.14º 0.76% 0.73% -
HSV(B) 229.14º 0.44% 0.93% -
XYZ 36.33 33.62 85.46 -
YUV 156.12 174.21 111.51 -
System Red Green Blue C M Y K H S L
Decimal 133 152 238 0.44 0.36 0 0.07 229.14 0.76 0.73
Hex 85 98 EE 2C 24 0 7 E5 4C 49
Octal 205 230 356 54 44 0 7 345 114 111
Binary 10000101 10011000 11101110 101100 100100 0 111 11100101 1001100 1001001

Color Harmonies of #8598EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8598EE

Black with #8598EE

Text Example


Text Example

White with #8598EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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