Html Css Color HEX #859DEB Portage

📋 copy color: '#859DEB'

red 133 ◦ green 157 ◦ blue 235

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

Shades of Portage #859DEB

Tints of Portage #859DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

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

R = 25.33%
G = 29.9%
B = 44.76%

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

#859DEB (or 0x859DEB) is known color: Portage. HEX triplet: 85, 9D and EB. RGB value is (133,157,235). Sum of RGB (Red+Green+Blue) = 133+157+235=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #859DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DEB is #7A6214. Grayscale: #9E9E9E. Windows color (decimal): -8020501 or 15441285. OLE color: 15441285.

HSL color Cylindrical-coordinate representation of color #859DEB: hue angle of 225.88º 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 #859DEB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 157 235 -
CMYK 0.43 0.33 0 0.08
HSL 225.88º 0.72% 0.72% -
HSV(B) 225.88º 0.43% 0.92% -
XYZ 36.73 35.1 83.44 -
YUV 158.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 133 157 235 0.43 0.33 0 0.08 225.88 0.72 0.72
Hex 85 9D EB 2B 21 0 8 E2 48 48
Octal 205 235 353 53 41 0 10 342 110 110
Binary 10000101 10011101 11101011 101011 100001 0 1000 11100010 1001000 1001000

Color Harmonies of #859DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DEB

Black with #859DEB

Text Example


Text Example

White with #859DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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