Html Css Color HEX #858EDA Portage

📋 copy color: '#858EDA'

red 133 ◦ green 142 ◦ blue 218

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

Shades of Portage #858EDA

Tints of Portage #858EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 26.98%
G = 28.8%
B = 44.22%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#858EDA (or 0x858EDA) is known color: Portage. HEX triplet: 85, 8E and DA. RGB value is (133,142,218). Sum of RGB (Red+Green+Blue) = 133+142+218=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #858EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858EDA is #7A7125. Grayscale: #939393. Windows color (decimal): -8024358 or 14323333. OLE color: 14323333.

HSL color Cylindrical-coordinate representation of color #858EDA: hue angle of 233.65º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858EDA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 142 218 -
CMYK 0.39 0.35 0 0.15
HSL 233.65º 0.53% 0.69% -
HSV(B) 233.65º 0.39% 0.85% -
XYZ 32 29.39 70.32 -
YUV 147.97 167.52 117.32 -
System Red Green Blue C M Y K H S L
Decimal 133 142 218 0.39 0.35 0 0.15 233.65 0.53 0.69
Hex 85 8E DA 27 23 0 F EA 35 45
Octal 205 216 332 47 43 0 17 352 65 105
Binary 10000101 10001110 11011010 100111 100011 0 1111 11101010 110101 1000101

Color Harmonies of #858EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858EDA

Black with #858EDA

Text Example


Text Example

White with #858EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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