Html Css Color HEX #858EEB Portage

📋 copy color: '#858EEB'

red 133 ◦ green 142 ◦ blue 235

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

Shades of Portage #858EEB

Tints of Portage #858EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 26.08%
G = 27.84%
B = 46.08%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#858EEB (or 0x858EEB) is known color: Portage. HEX triplet: 85, 8E and EB. RGB value is (133,142,235). Sum of RGB (Red+Green+Blue) = 133+142+235=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #858EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858EEB is #7A7114. Grayscale: #959595. Windows color (decimal): -8024341 or 15437445. OLE color: 15437445.

HSL color Cylindrical-coordinate representation of color #858EEB: hue angle of 234.71º degrees, saturation: 0.72, 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 #858EEB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 142 235 -
CMYK 0.43 0.40 0 0.08
HSL 234.71º 0.72% 0.72% -
HSV(B) 234.71º 0.43% 0.92% -
XYZ 34.34 30.33 82.64 -
YUV 149.91 176.02 115.94 -
System Red Green Blue C M Y K H S L
Decimal 133 142 235 0.43 0.40 0 0.08 234.71 0.72 0.72
Hex 85 8E EB 2B 28 0 8 EB 48 48
Octal 205 216 353 53 50 0 10 353 110 110
Binary 10000101 10001110 11101011 101011 101000 0 1000 11101011 1001000 1001000

Color Harmonies of #858EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EEB

Black with #858EEB

Text Example


Text Example

White with #858EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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