Html Css Color HEX #859EEB Portage

📋 copy color: '#859EEB'

red 133 ◦ green 158 ◦ blue 235

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

Shades of Portage #859EEB

Tints of Portage #859EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.04%

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 25.29%
G = 30.04%
B = 44.68%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#859EEB (or 0x859EEB) is known color: Portage. HEX triplet: 85, 9E and EB. RGB value is (133,158,235). Sum of RGB (Red+Green+Blue) = 133+158+235=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #859EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859EEB is #7A6114. Grayscale: #9E9E9E. Windows color (decimal): -8020245 or 15441541. OLE color: 15441541.

HSL color Cylindrical-coordinate representation of color #859EEB: hue angle of 225.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859EEB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 158 235 -
CMYK 0.43 0.33 0 0.08
HSL 225.29º 0.72% 0.72% -
HSV(B) 225.29º 0.43% 0.92% -
XYZ 36.9 35.44 83.49 -
YUV 159.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 133 158 235 0.43 0.33 0 0.08 225.29 0.72 0.72
Hex 85 9E EB 2B 21 0 8 E1 48 48
Octal 205 236 353 53 41 0 10 341 110 110
Binary 10000101 10011110 11101011 101011 100001 0 1000 11100001 1001000 1001000

Color Harmonies of #859EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EEB

Black with #859EEB

Text Example


Text Example

White with #859EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859EEB; }

 p { color: rgb(133,158,235); }

 H1.HeaderClassName
 {
   color: #859EEB;
 }
 .AnyTagClassName
 {
   color: #859EEB;
 }
</style>

background-color css

<style>
 a { background-color: #859EEB; }

 a { background-color: rgb(133,158,235); }

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

border-color css

<style>
 span { border-color: #859EEB; }

 span { border-color: rgb(133,158,235); }

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