Html Css Color HEX #858EED Portage

📋 copy color: '#858EED'

red 133 ◦ green 142 ◦ blue 237

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

Shades of Portage #858EED

Tints of Portage #858EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.73%

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 25.98%
G = 27.73%
B = 46.29%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#858EED (or 0x858EED) is known color: Portage. HEX triplet: 85, 8E and ED. RGB value is (133,142,237). Sum of RGB (Red+Green+Blue) = 133+142+237=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #858EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EED is #7A7112. Grayscale: #959595. Windows color (decimal): -8024339 or 15568517. OLE color: 15568517.

HSL color Cylindrical-coordinate representation of color #858EED: hue angle of 234.81º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #858EED is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 142 237 -
CMYK 0.44 0.40 0 0.07
HSL 234.81º 0.74% 0.73% -
HSV(B) 234.81º 0.44% 0.93% -
XYZ 34.63 30.45 84.17 -
YUV 150.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 133 142 237 0.44 0.40 0 0.07 234.81 0.74 0.73
Hex 85 8E ED 2C 28 0 7 EB 4A 49
Octal 205 216 355 54 50 0 7 353 112 111
Binary 10000101 10001110 11101101 101100 101000 0 111 11101011 1001010 1001001

Color Harmonies of #858EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EED

Black with #858EED

Text Example


Text Example

White with #858EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,142,237); }

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

background-color css

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

 a { background-color: rgb(133,142,237); }

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

border-color css

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

 span { border-color: rgb(133,142,237); }

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