Html Css Color HEX #859AEA Portage

📋 copy color: '#859AEA'

red 133 ◦ green 154 ◦ blue 234

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

Shades of Portage #859AEA

Tints of Portage #859AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 25.53%
G = 29.56%
B = 44.91%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#859AEA (or 0x859AEA) is known color: Portage. HEX triplet: 85, 9A and EA. RGB value is (133,154,234). Sum of RGB (Red+Green+Blue) = 133+154+234=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #859AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AEA is #7A6515. Grayscale: #9C9C9C. Windows color (decimal): -8021270 or 15374981. OLE color: 15374981.

HSL color Cylindrical-coordinate representation of color #859AEA: hue angle of 227.52º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859AEA is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 154 234 -
CMYK 0.43 0.34 0 0.08
HSL 227.52º 0.71% 0.72% -
HSV(B) 227.52º 0.43% 0.92% -
XYZ 36.08 34.04 82.51 -
YUV 156.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 133 154 234 0.43 0.34 0 0.08 227.52 0.71 0.72
Hex 85 9A EA 2B 22 0 8 E4 47 48
Octal 205 232 352 53 42 0 10 344 107 110
Binary 10000101 10011010 11101010 101011 100010 0 1000 11100100 1000111 1001000

Color Harmonies of #859AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859AEA

Black with #859AEA

Text Example


Text Example

White with #859AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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