Html Css Color HEX #859ACF Portage

📋 copy color: '#859ACF'

red 133 ◦ green 154 ◦ blue 207

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

Shades of Portage #859ACF

Tints of Portage #859ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 26.92%
G = 31.17%
B = 41.9%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#859ACF (or 0x859ACF) is known color: Portage. HEX triplet: 85, 9A and CF. RGB value is (133,154,207). Sum of RGB (Red+Green+Blue) = 133+154+207=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #859ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ACF is #7A6530. Grayscale: #999999. Windows color (decimal): -8021297 or 13605509. OLE color: 13605509.

HSL color Cylindrical-coordinate representation of color #859ACF: hue angle of 222.97º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859ACF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 154 207 -
CMYK 0.36 0.26 0 0.19
HSL 222.97º 0.44% 0.67% -
HSV(B) 222.97º 0.36% 0.81% -
XYZ 32.49 32.6 63.61 -
YUV 153.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 133 154 207 0.36 0.26 0 0.19 222.97 0.44 0.67
Hex 85 9A CF 24 1A 0 13 DF 2C 43
Octal 205 232 317 44 32 0 23 337 54 103
Binary 10000101 10011010 11001111 100100 11010 0 10011 11011111 101100 1000011

Color Harmonies of #859ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ACF

Black with #859ACF

Text Example


Text Example

White with #859ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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