Html Css Color HEX #859BED Portage

📋 copy color: '#859BED'

red 133 ◦ green 155 ◦ blue 237

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

Shades of Portage #859BED

Tints of Portage #859BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.52%

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 25.33%
G = 29.52%
B = 45.14%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#859BED (or 0x859BED) is known color: Portage. HEX triplet: 85, 9B and ED. RGB value is (133,155,237). Sum of RGB (Red+Green+Blue) = 133+155+237=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #859BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859BED is #7A6412. Grayscale: #9D9D9D. Windows color (decimal): -8021011 or 15571845. OLE color: 15571845.

HSL color Cylindrical-coordinate representation of color #859BED: hue angle of 227.31º degrees, saturation: 0.74, 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 #859BED is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 155 237 -
CMYK 0.44 0.35 0 0.07
HSL 227.31º 0.74% 0.73% -
HSV(B) 227.31º 0.44% 0.93% -
XYZ 36.68 34.54 84.86 -
YUV 157.77 172.71 110.33 -
System Red Green Blue C M Y K H S L
Decimal 133 155 237 0.44 0.35 0 0.07 227.31 0.74 0.73
Hex 85 9B ED 2C 23 0 7 E3 4A 49
Octal 205 233 355 54 43 0 7 343 112 111
Binary 10000101 10011011 11101101 101100 100011 0 111 11100011 1001010 1001001

Color Harmonies of #859BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BED

Black with #859BED

Text Example


Text Example

White with #859BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,155,237); }

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

background-color css

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

 a { background-color: rgb(133,155,237); }

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

border-color css

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

 span { border-color: rgb(133,155,237); }

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