Html Css Color HEX #859AFB Portage

📋 copy color: '#859AFB'

red 133 ◦ green 154 ◦ blue 251

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

Shades of Portage #859AFB

Tints of Portage #859AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.62%

 BLUE value IS 251 (98.44% from 255) = 46.65%

R = 24.72%
G = 28.62%
B = 46.65%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#859AFB (or 0x859AFB) is known color: Portage. HEX triplet: 85, 9A and FB. RGB value is (133,154,251). Sum of RGB (Red+Green+Blue) = 133+154+251=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #859AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AFB is #7A6504. Grayscale: #9E9E9E. Windows color (decimal): -8021253 or 16489093. OLE color: 16489093.

HSL color Cylindrical-coordinate representation of color #859AFB: hue angle of 229.32º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #859AFB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 154 251 -
CMYK 0.47 0.39 0 0.02
HSL 229.32º 0.94% 0.75% -
HSV(B) 229.32º 0.47% 0.98% -
XYZ 38.64 35.06 96 -
YUV 158.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 133 154 251 0.47 0.39 0 0.02 229.32 0.94 0.75
Hex 85 9A FB 2F 27 0 2 E5 5E 4B
Octal 205 232 373 57 47 0 2 345 136 113
Binary 10000101 10011010 11111011 101111 100111 0 10 11100101 1011110 1001011

Color Harmonies of #859AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859AFB

Black with #859AFB

Text Example


Text Example

White with #859AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,154,251); }

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

background-color css

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

 a { background-color: rgb(133,154,251); }

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

border-color css

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

 span { border-color: rgb(133,154,251); }

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