Html Css Color HEX #859BDA Portage

📋 copy color: '#859BDA'

red 133 ◦ green 155 ◦ blue 218

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

Shades of Portage #859BDA

Tints of Portage #859BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 26.28%
G = 30.63%
B = 43.08%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#859BDA (or 0x859BDA) is known color: Portage. HEX triplet: 85, 9B and DA. RGB value is (133,155,218). Sum of RGB (Red+Green+Blue) = 133+155+218=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #859BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BDA is #7A6425. Grayscale: #9B9B9B. Windows color (decimal): -8021030 or 14326661. OLE color: 14326661.

HSL color Cylindrical-coordinate representation of color #859BDA: hue angle of 224.47º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859BDA is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 155 218 -
CMYK 0.39 0.29 0 0.15
HSL 224.47º 0.53% 0.69% -
HSV(B) 224.47º 0.39% 0.85% -
XYZ 34.05 33.49 71 -
YUV 155.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 133 155 218 0.39 0.29 0 0.15 224.47 0.53 0.69
Hex 85 9B DA 27 1D 0 F E0 35 45
Octal 205 233 332 47 35 0 17 340 65 105
Binary 10000101 10011011 11011010 100111 11101 0 1111 11100000 110101 1000101

Color Harmonies of #859BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BDA

Black with #859BDA

Text Example


Text Example

White with #859BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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