Html Css Color HEX #859BE6 Portage

📋 copy color: '#859BE6'

red 133 ◦ green 155 ◦ blue 230

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

Shades of Portage #859BE6

Tints of Portage #859BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.4%

R = 25.68%
G = 29.92%
B = 44.4%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#859BE6 (or 0x859BE6) is known color: Portage. HEX triplet: 85, 9B and E6. RGB value is (133,155,230). Sum of RGB (Red+Green+Blue) = 133+155+230=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #859BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859BE6 is #7A6419. Grayscale: #9C9C9C. Windows color (decimal): -8021018 or 15113093. OLE color: 15113093.

HSL color Cylindrical-coordinate representation of color #859BE6: hue angle of 226.39º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #859BE6 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 155 230 -
CMYK 0.42 0.33 0 0.10
HSL 226.39º 0.66% 0.71% -
HSV(B) 226.39º 0.42% 0.9% -
XYZ 35.68 34.14 79.57 -
YUV 156.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 133 155 230 0.42 0.33 0 0.10 226.39 0.66 0.71
Hex 85 9B E6 2A 21 0 A E2 42 47
Octal 205 233 346 52 41 0 12 342 102 107
Binary 10000101 10011011 11100110 101010 100001 0 1010 11100010 1000010 1000111

Color Harmonies of #859BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BE6

Black with #859BE6

Text Example


Text Example

White with #859BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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