Html Css Color HEX #859AFD Portage

📋 copy color: '#859AFD'

red 133 ◦ green 154 ◦ blue 253

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

Shades of Portage #859AFD

Tints of Portage #859AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.85%

R = 24.63%
G = 28.52%
B = 46.85%

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

#859AFD (or 0x859AFD) is known color: Portage. HEX triplet: 85, 9A and FD. RGB value is (133,154,253). Sum of RGB (Red+Green+Blue) = 133+154+253=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #859AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AFD is #7A6502. Grayscale: #9E9E9E. Windows color (decimal): -8021251 or 16620165. OLE color: 16620165.

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

Color convert

RGB 133 154 253 -
CMYK 0.47 0.39 0 0.01
HSL 229.5º 0.97% 0.76% -
HSV(B) 229.5º 0.47% 0.99% -
XYZ 38.96 35.19 97.67 -
YUV 159.01 181.04 109.45 -
System Red Green Blue C M Y K H S L
Decimal 133 154 253 0.47 0.39 0 0.01 229.5 0.97 0.76
Hex 85 9A FD 2F 27 0 1 E6 61 4C
Octal 205 232 375 57 47 0 1 346 141 114
Binary 10000101 10011010 11111101 101111 100111 0 1 11100110 1100001 1001100

Color Harmonies of #859AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859AFD

Black with #859AFD

Text Example


Text Example

White with #859AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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