Html Css Color HEX #858FD7 Portage

📋 copy color: '#858FD7'

red 133 ◦ green 143 ◦ blue 215

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

Shades of Portage #858FD7

Tints of Portage #858FD7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.12%

 BLUE value IS 215 (84.38% from 255) = 43.79%

R = 27.09%
G = 29.12%
B = 43.79%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#858FD7 (or 0x858FD7) is known color: Portage. HEX triplet: 85, 8F and D7. RGB value is (133,143,215). Sum of RGB (Red+Green+Blue) = 133+143+215=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #858FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FD7 is #7A7028. Grayscale: #939393. Windows color (decimal): -8024105 or 14126981. OLE color: 14126981.

HSL color Cylindrical-coordinate representation of color #858FD7: hue angle of 232.68º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858FD7 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 143 215 -
CMYK 0.38 0.33 0 0.16
HSL 232.68º 0.51% 0.68% -
HSV(B) 232.68º 0.38% 0.84% -
XYZ 31.76 29.54 68.32 -
YUV 148.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 133 143 215 0.38 0.33 0 0.16 232.68 0.51 0.68
Hex 85 8F D7 26 21 0 10 E9 33 44
Octal 205 217 327 46 41 0 20 351 63 104
Binary 10000101 10001111 11010111 100110 100001 0 10000 11101001 110011 1000100

Color Harmonies of #858FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FD7

Black with #858FD7

Text Example


Text Example

White with #858FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,143,215); }

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

background-color css

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

 a { background-color: rgb(133,143,215); }

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

border-color css

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

 span { border-color: rgb(133,143,215); }

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