Html Css Color HEX #8596E9 Portage

📋 copy color: '#8596E9'

red 133 ◦ green 150 ◦ blue 233

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

Shades of Portage #8596E9

Tints of Portage #8596E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.16%

R = 25.78%
G = 29.07%
B = 45.16%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8596E9 (or 0x8596E9) is known color: Portage. HEX triplet: 85, 96 and E9. RGB value is (133,150,233). Sum of RGB (Red+Green+Blue) = 133+150+233=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #8596E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8596E9 is #7A6916. Grayscale: #9A9A9A. Windows color (decimal): -8022295 or 15308421. OLE color: 15308421.

HSL color Cylindrical-coordinate representation of color #8596E9: hue angle of 229.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8596E9 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 150 233 -
CMYK 0.43 0.36 0 0.09
HSL 229.8º 0.69% 0.72% -
HSV(B) 229.8º 0.43% 0.91% -
XYZ 35.29 32.68 81.54 -
YUV 154.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 133 150 233 0.43 0.36 0 0.09 229.8 0.69 0.72
Hex 85 96 E9 2B 24 0 9 E6 45 48
Octal 205 226 351 53 44 0 11 346 105 110
Binary 10000101 10010110 11101001 101011 100100 0 1001 11100110 1000101 1001000

Color Harmonies of #8596E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596E9

Black with #8596E9

Text Example


Text Example

White with #8596E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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