Html Css Color HEX #858CDA Portage

📋 copy color: '#858CDA'

red 133 ◦ green 140 ◦ blue 218

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

Shades of Portage #858CDA

Tints of Portage #858CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.51%

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

R = 27.09%
G = 28.51%
B = 44.4%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#858CDA (or 0x858CDA) is known color: Portage. HEX triplet: 85, 8C and DA. RGB value is (133,140,218). Sum of RGB (Red+Green+Blue) = 133+140+218=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #858CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CDA is #7A7325. Grayscale: #929292. Windows color (decimal): -8024870 or 14322821. OLE color: 14322821.

HSL color Cylindrical-coordinate representation of color #858CDA: hue angle of 235.06º 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 #858CDA is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 140 218 -
CMYK 0.39 0.36 0 0.15
HSL 235.06º 0.53% 0.69% -
HSV(B) 235.06º 0.39% 0.85% -
XYZ 31.71 28.8 70.22 -
YUV 146.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 133 140 218 0.39 0.36 0 0.15 235.06 0.53 0.69
Hex 85 8C DA 27 24 0 F EB 35 45
Octal 205 214 332 47 44 0 17 353 65 105
Binary 10000101 10001100 11011010 100111 100100 0 1111 11101011 110101 1000101

Color Harmonies of #858CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CDA

Black with #858CDA

Text Example


Text Example

White with #858CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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