Html Css Color HEX #859BCF Portage

📋 copy color: '#859BCF'

red 133 ◦ green 155 ◦ blue 207

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

Shades of Portage #859BCF

Tints of Portage #859BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 26.87%
G = 31.31%
B = 41.82%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#859BCF (or 0x859BCF) is known color: Portage. HEX triplet: 85, 9B and CF. RGB value is (133,155,207). Sum of RGB (Red+Green+Blue) = 133+155+207=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #859BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BCF is #7A6430. Grayscale: #9A9A9A. Windows color (decimal): -8021041 or 13605765. OLE color: 13605765.

HSL color Cylindrical-coordinate representation of color #859BCF: hue angle of 222.16º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859BCF is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 155 207 -
CMYK 0.36 0.25 0 0.19
HSL 222.16º 0.44% 0.67% -
HSV(B) 222.16º 0.36% 0.81% -
XYZ 32.66 32.93 63.67 -
YUV 154.35 157.71 112.77 -
System Red Green Blue C M Y K H S L
Decimal 133 155 207 0.36 0.25 0 0.19 222.16 0.44 0.67
Hex 85 9B CF 24 19 0 13 DE 2C 43
Octal 205 233 317 44 31 0 23 336 54 103
Binary 10000101 10011011 11001111 100100 11001 0 10011 11011110 101100 1000011

Color Harmonies of #859BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BCF

Black with #859BCF

Text Example


Text Example

White with #859BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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