Html Css Color HEX #858AEC Portage

📋 copy color: '#858AEC'

red 133 ◦ green 138 ◦ blue 236

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

Shades of Portage #858AEC

Tints of Portage #858AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 26.23%
G = 27.22%
B = 46.55%

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

#858AEC (or 0x858AEC) is known color: Portage. HEX triplet: 85, 8A and EC. RGB value is (133,138,236). Sum of RGB (Red+Green+Blue) = 133+138+236=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #858AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858AEC is #7A7513. Grayscale: #939393. Windows color (decimal): -8025364 or 15501957. OLE color: 15501957.

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

Color convert

RGB 133 138 236 -
CMYK 0.44 0.42 0 0.07
HSL 237.09º 0.73% 0.72% -
HSV(B) 237.09º 0.44% 0.93% -
XYZ 33.9 29.22 83.21 -
YUV 147.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 133 138 236 0.44 0.42 0 0.07 237.09 0.73 0.72
Hex 85 8A EC 2C 2A 0 7 ED 49 48
Octal 205 212 354 54 52 0 7 355 111 110
Binary 10000101 10001010 11101100 101100 101010 0 111 11101101 1001001 1001000

Color Harmonies of #858AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AEC

Black with #858AEC

Text Example


Text Example

White with #858AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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