Html Css Color HEX #8596EE Portage

📋 copy color: '#8596EE'

red 133 ◦ green 150 ◦ blue 238

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

Shades of Portage #8596EE

Tints of Portage #8596EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.79%

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

R = 25.53%
G = 28.79%
B = 45.68%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8596EE (or 0x8596EE) is known color: Portage. HEX triplet: 85, 96 and EE. RGB value is (133,150,238). Sum of RGB (Red+Green+Blue) = 133+150+238=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #8596EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8596EE is #7A6911. Grayscale: #9A9A9A. Windows color (decimal): -8022290 or 15636101. OLE color: 15636101.

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

Color convert

RGB 133 150 238 -
CMYK 0.44 0.37 0 0.07
HSL 230.29º 0.76% 0.73% -
HSV(B) 230.29º 0.44% 0.93% -
XYZ 36.01 32.97 85.36 -
YUV 154.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 133 150 238 0.44 0.37 0 0.07 230.29 0.76 0.73
Hex 85 96 EE 2C 25 0 7 E6 4C 49
Octal 205 226 356 54 45 0 7 346 114 111
Binary 10000101 10010110 11101110 101100 100101 0 111 11100110 1001100 1001001

Color Harmonies of #8596EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596EE

Black with #8596EE

Text Example


Text Example

White with #8596EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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