Html Css Color HEX #858FEE Portage

📋 copy color: '#858FEE'

red 133 ◦ green 143 ◦ blue 238

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

Shades of Portage #858FEE

Tints of Portage #858FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.82%

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

R = 25.88%
G = 27.82%
B = 46.3%

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

#858FEE (or 0x858FEE) is known color: Portage. HEX triplet: 85, 8F and EE. RGB value is (133,143,238). Sum of RGB (Red+Green+Blue) = 133+143+238=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #858FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FEE is #7A7011. Grayscale: #969696. Windows color (decimal): -8024082 or 15634309. OLE color: 15634309.

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

Color convert

RGB 133 143 238 -
CMYK 0.44 0.40 0 0.07
HSL 234.29º 0.76% 0.73% -
HSV(B) 234.29º 0.44% 0.93% -
XYZ 34.93 30.8 84.99 -
YUV 150.84 177.19 115.28 -
System Red Green Blue C M Y K H S L
Decimal 133 143 238 0.44 0.40 0 0.07 234.29 0.76 0.73
Hex 85 8F EE 2C 28 0 7 EA 4C 49
Octal 205 217 356 54 50 0 7 352 114 111
Binary 10000101 10001111 11101110 101100 101000 0 111 11101010 1001100 1001001

Color Harmonies of #858FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FEE

Black with #858FEE

Text Example


Text Example

White with #858FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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