Html Css Color HEX #8599EC Portage

📋 copy color: '#8599EC'

red 133 ◦ green 153 ◦ blue 236

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

Shades of Portage #8599EC

Tints of Portage #8599EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.31%

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

R = 25.48%
G = 29.31%
B = 45.21%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8599EC (or 0x8599EC) is known color: Portage. HEX triplet: 85, 99 and EC. RGB value is (133,153,236). Sum of RGB (Red+Green+Blue) = 133+153+236=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #8599EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599EC is #7A6613. Grayscale: #9C9C9C. Windows color (decimal): -8021524 or 15505797. OLE color: 15505797.

HSL color Cylindrical-coordinate representation of color #8599EC: hue angle of 228.35º 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 #8599EC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 153 236 -
CMYK 0.44 0.35 0 0.07
HSL 228.35º 0.73% 0.72% -
HSV(B) 228.35º 0.44% 0.93% -
XYZ 36.2 33.83 83.98 -
YUV 156.48 172.87 111.25 -
System Red Green Blue C M Y K H S L
Decimal 133 153 236 0.44 0.35 0 0.07 228.35 0.73 0.72
Hex 85 99 EC 2C 23 0 7 E4 49 48
Octal 205 231 354 54 43 0 7 344 111 110
Binary 10000101 10011001 11101100 101100 100011 0 111 11100100 1001001 1001000

Color Harmonies of #8599EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8599EC

Black with #8599EC

Text Example


Text Example

White with #8599EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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