Html Css Color HEX #859AFC Portage

📋 copy color: '#859AFC'

red 133 ◦ green 154 ◦ blue 252

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

Shades of Portage #859AFC

Tints of Portage #859AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 24.68%
G = 28.57%
B = 46.75%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#859AFC (or 0x859AFC) is known color: Portage. HEX triplet: 85, 9A and FC. RGB value is (133,154,252). Sum of RGB (Red+Green+Blue) = 133+154+252=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #859AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AFC is #7A6503. Grayscale: #9E9E9E. Windows color (decimal): -8021252 or 16554629. OLE color: 16554629.

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

Color convert

RGB 133 154 252 -
CMYK 0.47 0.39 0 0.01
HSL 229.41º 0.95% 0.75% -
HSV(B) 229.41º 0.47% 0.99% -
XYZ 38.8 35.13 96.83 -
YUV 158.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 133 154 252 0.47 0.39 0 0.01 229.41 0.95 0.75
Hex 85 9A FC 2F 27 0 1 E5 5F 4B
Octal 205 232 374 57 47 0 1 345 137 113
Binary 10000101 10011010 11111100 101111 100111 0 1 11100101 1011111 1001011

Color Harmonies of #859AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859AFC

Black with #859AFC

Text Example


Text Example

White with #859AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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