Html Css Color HEX #8596FE Portage

📋 copy color: '#8596FE'

red 133 ◦ green 150 ◦ blue 254

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

Shades of Portage #8596FE

Tints of Portage #8596FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 24.77%
G = 27.93%
B = 47.3%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8596FE (or 0x8596FE) is known color: Portage. HEX triplet: 85, 96 and FE. RGB value is (133,150,254). Sum of RGB (Red+Green+Blue) = 133+150+254=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #8596FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8596FE is #7A6901. Grayscale: #9C9C9C. Windows color (decimal): -8022274 or 16684677. OLE color: 16684677.

HSL color Cylindrical-coordinate representation of color #8596FE: hue angle of 231.57º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8596FE is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 150 254 -
CMYK 0.48 0.41 0 0.00
HSL 231.57º 0.98% 0.76% -
HSV(B) 231.57º 0.48% 1% -
XYZ 38.47 33.96 98.29 -
YUV 156.77 182.87 111.04 -
System Red Green Blue C M Y K H S L
Decimal 133 150 254 0.48 0.41 0 0.00 231.57 0.98 0.76
Hex 85 96 FE 30 29 0 0 E8 62 4C
Octal 205 226 376 60 51 0 0 350 142 114
Binary 10000101 10010110 11111110 110000 101001 0 0 11101000 1100010 1001100

Color Harmonies of #8596FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596FE

Black with #8596FE

Text Example


Text Example

White with #8596FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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