Html Css Color HEX #8598EC Portage

📋 copy color: '#8598EC'

red 133 ◦ green 152 ◦ blue 236

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

Shades of Portage #8598EC

Tints of Portage #8598EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 25.53%
G = 29.17%
B = 45.3%

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

#8598EC (or 0x8598EC) is known color: Portage. HEX triplet: 85, 98 and EC. RGB value is (133,152,236). Sum of RGB (Red+Green+Blue) = 133+152+236=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #8598EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8598EC is #7A6713. Grayscale: #9B9B9B. Windows color (decimal): -8021780 or 15505541. OLE color: 15505541.

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

Color convert

RGB 133 152 236 -
CMYK 0.44 0.36 0 0.07
HSL 228.93º 0.73% 0.72% -
HSV(B) 228.93º 0.44% 0.93% -
XYZ 36.04 33.5 83.92 -
YUV 155.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 133 152 236 0.44 0.36 0 0.07 228.93 0.73 0.72
Hex 85 98 EC 2C 24 0 7 E5 49 48
Octal 205 230 354 54 44 0 7 345 111 110
Binary 10000101 10011000 11101100 101100 100100 0 111 11100101 1001001 1001000

Color Harmonies of #8598EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8598EC

Black with #8598EC

Text Example


Text Example

White with #8598EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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