Html Css Color HEX #858BE6 Portage

📋 copy color: '#858BE6'

red 133 ◦ green 139 ◦ blue 230

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

Shades of Portage #858BE6

Tints of Portage #858BE6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.69%

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

R = 26.49%
G = 27.69%
B = 45.82%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#858BE6 (or 0x858BE6) is known color: Portage. HEX triplet: 85, 8B and E6. RGB value is (133,139,230). Sum of RGB (Red+Green+Blue) = 133+139+230=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #858BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BE6 is #7A7419. Grayscale: #939393. Windows color (decimal): -8025114 or 15108997. OLE color: 15108997.

HSL color Cylindrical-coordinate representation of color #858BE6: hue angle of 236.29º 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 #858BE6 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 139 230 -
CMYK 0.42 0.40 0 0.10
HSL 236.29º 0.66% 0.71% -
HSV(B) 236.29º 0.42% 0.9% -
XYZ 33.19 29.16 78.74 -
YUV 147.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 133 139 230 0.42 0.40 0 0.10 236.29 0.66 0.71
Hex 85 8B E6 2A 28 0 A EC 42 47
Octal 205 213 346 52 50 0 12 354 102 107
Binary 10000101 10001011 11100110 101010 101000 0 1010 11101100 1000010 1000111

Color Harmonies of #858BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BE6

Black with #858BE6

Text Example


Text Example

White with #858BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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