Html Css Color HEX #859AFA Portage

📋 copy color: '#859AFA'

red 133 ◦ green 154 ◦ blue 250

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

Shades of Portage #859AFA

Tints of Portage #859AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.55%

R = 24.77%
G = 28.68%
B = 46.55%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#859AFA (or 0x859AFA) is known color: Portage. HEX triplet: 85, 9A and FA. RGB value is (133,154,250). Sum of RGB (Red+Green+Blue) = 133+154+250=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #859AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AFA is #7A6505. Grayscale: #9E9E9E. Windows color (decimal): -8021254 or 16423557. OLE color: 16423557.

HSL color Cylindrical-coordinate representation of color #859AFA: hue angle of 229.23º degrees, saturation: 0.92, 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 #859AFA is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 154 250 -
CMYK 0.47 0.38 0 0.02
HSL 229.23º 0.92% 0.75% -
HSV(B) 229.23º 0.47% 0.98% -
XYZ 38.48 35 95.17 -
YUV 158.67 179.54 109.69 -
System Red Green Blue C M Y K H S L
Decimal 133 154 250 0.47 0.38 0 0.02 229.23 0.92 0.75
Hex 85 9A FA 2F 26 0 2 E5 5C 4B
Octal 205 232 372 57 46 0 2 345 134 113
Binary 10000101 10011010 11111010 101111 100110 0 10 11100101 1011100 1001011

Color Harmonies of #859AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859AFA

Black with #859AFA

Text Example


Text Example

White with #859AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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