Html Css Color HEX #858ADF Portage

📋 copy color: '#858ADF'

red 133 ◦ green 138 ◦ blue 223

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

Shades of Portage #858ADF

Tints of Portage #858ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 26.92%
G = 27.94%
B = 45.14%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#858ADF (or 0x858ADF) is known color: Portage. HEX triplet: 85, 8A and DF. RGB value is (133,138,223). Sum of RGB (Red+Green+Blue) = 133+138+223=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #858ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ADF is #7A7520. Grayscale: #919191. Windows color (decimal): -8025377 or 14649989. OLE color: 14649989.

HSL color Cylindrical-coordinate representation of color #858ADF: hue angle of 236.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858ADF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 138 223 -
CMYK 0.40 0.38 0 0.13
HSL 236.67º 0.58% 0.7% -
HSV(B) 236.67º 0.4% 0.87% -
XYZ 32.08 28.49 73.62 -
YUV 146.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 133 138 223 0.40 0.38 0 0.13 236.67 0.58 0.7
Hex 85 8A DF 28 26 0 D ED 3A 46
Octal 205 212 337 50 46 0 15 355 72 106
Binary 10000101 10001010 11011111 101000 100110 0 1101 11101101 111010 1000110

Color Harmonies of #858ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ADF

Black with #858ADF

Text Example


Text Example

White with #858ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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