Html Css Color HEX #858AE6 Portage

📋 copy color: '#858AE6'

red 133 ◦ green 138 ◦ blue 230

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

Shades of Portage #858AE6

Tints of Portage #858AE6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

 BLUE value IS 230 (90.23% from 255) = 45.91%

R = 26.55%
G = 27.54%
B = 45.91%

CMYK

 C value IS 0.42

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#858AE6 (or 0x858AE6) is known color: Portage. HEX triplet: 85, 8A and E6. RGB value is (133,138,230). Sum of RGB (Red+Green+Blue) = 133+138+230=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #858AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AE6 is #7A7519. Grayscale: #929292. Windows color (decimal): -8025370 or 15108741. OLE color: 15108741.

HSL color Cylindrical-coordinate representation of color #858AE6: hue angle of 236.91º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #858AE6 is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 138 230 -
CMYK 0.42 0.4 0 0.10
HSL 236.91º 0.66% 0.71% -
HSV(B) 236.91º 0.42% 0.9% -
XYZ 33.04 28.88 78.7 -
YUV 146.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 133 138 230 0.42 0.4 0 0.10 236.91 0.66 0.71
Hex 85 8A E6 2A 28 0 A ED 42 47
Octal 205 212 346 52 50 0 12 355 102 107
Binary 10000101 10001010 11100110 101010 101000 0 1010 11101101 1000010 1000111

Color Harmonies of #858AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AE6

Black with #858AE6

Text Example


Text Example

White with #858AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858AE6; }

 p { color: rgb(133,138,230); }

 H1.HeaderClassName
 {
   color: #858AE6;
 }
 .AnyTagClassName
 {
   color: #858AE6;
 }
</style>

background-color css

<style>
 a { background-color: #858AE6; }

 a { background-color: rgb(133,138,230); }

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

border-color css

<style>
 span { border-color: #858AE6; }

 span { border-color: rgb(133,138,230); }

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