Html Css Color HEX #858BEE Portage

📋 copy color: '#858BEE'

red 133 ◦ green 139 ◦ blue 238

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

Shades of Portage #858BEE

Tints of Portage #858BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 26.08%
G = 27.25%
B = 46.67%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#858BEE (or 0x858BEE) is known color: Portage. HEX triplet: 85, 8B and EE. RGB value is (133,139,238). Sum of RGB (Red+Green+Blue) = 133+139+238=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #858BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858BEE is #7A7411. Grayscale: #949494. Windows color (decimal): -8025106 or 15633285. OLE color: 15633285.

HSL color Cylindrical-coordinate representation of color #858BEE: hue angle of 236.57º degrees, saturation: 0.76, 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 #858BEE is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 139 238 -
CMYK 0.44 0.42 0 0.07
HSL 236.57º 0.76% 0.73% -
HSV(B) 236.57º 0.44% 0.93% -
XYZ 34.34 29.62 84.8 -
YUV 148.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 133 139 238 0.44 0.42 0 0.07 236.57 0.76 0.73
Hex 85 8B EE 2C 2A 0 7 ED 4C 49
Octal 205 213 356 54 52 0 7 355 114 111
Binary 10000101 10001011 11101110 101100 101010 0 111 11101101 1001100 1001001

Color Harmonies of #858BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BEE

Black with #858BEE

Text Example


Text Example

White with #858BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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