Html Css Color HEX #858AEE Portage

📋 copy color: '#858AEE'

red 133 ◦ green 138 ◦ blue 238

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

Shades of Portage #858AEE

Tints of Portage #858AEE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

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

R = 26.13%
G = 27.11%
B = 46.76%

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

#858AEE (or 0x858AEE) is known color: Portage. HEX triplet: 85, 8A and EE. RGB value is (133,138,238). Sum of RGB (Red+Green+Blue) = 133+138+238=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #858AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AEE is #7A7511. Grayscale: #939393. Windows color (decimal): -8025362 or 15633029. OLE color: 15633029.

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

Color convert

RGB 133 138 238 -
CMYK 0.44 0.42 0 0.07
HSL 237.14º 0.76% 0.73% -
HSV(B) 237.14º 0.44% 0.93% -
XYZ 34.19 29.34 84.75 -
YUV 147.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 133 138 238 0.44 0.42 0 0.07 237.14 0.76 0.73
Hex 85 8A EE 2C 2A 0 7 ED 4C 49
Octal 205 212 356 54 52 0 7 355 114 111
Binary 10000101 10001010 11101110 101100 101010 0 111 11101101 1001100 1001001

Color Harmonies of #858AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AEE

Black with #858AEE

Text Example


Text Example

White with #858AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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