Html Css Color HEX #859CFC Portage

📋 copy color: '#859CFC'

red 133 ◦ green 156 ◦ blue 252

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

Shades of Portage #859CFC

Tints of Portage #859CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.84%

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

R = 24.58%
G = 28.84%
B = 46.58%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#859CFC (or 0x859CFC) is known color: Portage. HEX triplet: 85, 9C and FC. RGB value is (133,156,252). Sum of RGB (Red+Green+Blue) = 133+156+252=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #859CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CFC is #7A6303. Grayscale: #9F9F9F. Windows color (decimal): -8020740 or 16555141. OLE color: 16555141.

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

Color convert

RGB 133 156 252 -
CMYK 0.47 0.38 0 0.01
HSL 228.4º 0.95% 0.75% -
HSV(B) 228.4º 0.47% 0.99% -
XYZ 39.13 35.79 96.94 -
YUV 160.07 179.88 108.69 -
System Red Green Blue C M Y K H S L
Decimal 133 156 252 0.47 0.38 0 0.01 228.4 0.95 0.75
Hex 85 9C FC 2F 26 0 1 E4 5F 4B
Octal 205 234 374 57 46 0 1 344 137 113
Binary 10000101 10011100 11111100 101111 100110 0 1 11100100 1011111 1001011

Color Harmonies of #859CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CFC

Black with #859CFC

Text Example


Text Example

White with #859CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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