Html Css Color HEX #858DC7 Portage

📋 copy color: '#858DC7'

red 133 ◦ green 141 ◦ blue 199

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

Shades of Portage #858DC7

Tints of Portage #858DC7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.81%

 BLUE value IS 199 (78.13% from 255) = 42.07%

R = 28.12%
G = 29.81%
B = 42.07%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#858DC7 (or 0x858DC7) is known color: Portage. HEX triplet: 85, 8D and C7. RGB value is (133,141,199). Sum of RGB (Red+Green+Blue) = 133+141+199=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 199 (78.12% from 255 or 42.07% from 473); Max value from RGB is 199 - color contains mainly: blue. Hex color #858DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DC7 is #7A7238. Grayscale: #909090. Windows color (decimal): -8024633 or 13077893. OLE color: 13077893.

HSL color Cylindrical-coordinate representation of color #858DC7: hue angle of 232.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #858DC7 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 141 199 -
CMYK 0.33 0.29 0 0.22
HSL 232.73º 0.37% 0.65% -
HSV(B) 232.73º 0.33% 0.78% -
XYZ 29.51 28.16 57.91 -
YUV 145.22 158.35 119.28 -
System Red Green Blue C M Y K H S L
Decimal 133 141 199 0.33 0.29 0 0.22 232.73 0.37 0.65
Hex 85 8D C7 21 1D 0 16 E9 25 41
Octal 205 215 307 41 35 0 26 351 45 101
Binary 10000101 10001101 11000111 100001 11101 0 10110 11101001 100101 1000001

Color Harmonies of #858DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DC7

Black with #858DC7

Text Example


Text Example

White with #858DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,199); }

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

background-color css

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

 a { background-color: rgb(133,141,199); }

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

border-color css

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

 span { border-color: rgb(133,141,199); }

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