Html Css Color HEX #858FDE Portage

📋 copy color: '#858FDE'

red 133 ◦ green 143 ◦ blue 222

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

Shades of Portage #858FDE

Tints of Portage #858FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.58%

R = 26.71%
G = 28.71%
B = 44.58%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#858FDE (or 0x858FDE) is known color: Portage. HEX triplet: 85, 8F and DE. RGB value is (133,143,222). Sum of RGB (Red+Green+Blue) = 133+143+222=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #858FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FDE is #7A7021. Grayscale: #949494. Windows color (decimal): -8024098 or 14585733. OLE color: 14585733.

HSL color Cylindrical-coordinate representation of color #858FDE: hue angle of 233.26º degrees, saturation: 0.57, 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 #858FDE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 143 222 -
CMYK 0.40 0.36 0 0.13
HSL 233.26º 0.57% 0.7% -
HSV(B) 233.26º 0.4% 0.87% -
XYZ 32.68 29.91 73.16 -
YUV 149.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 133 143 222 0.40 0.36 0 0.13 233.26 0.57 0.7
Hex 85 8F DE 28 24 0 D E9 39 46
Octal 205 217 336 50 44 0 15 351 71 106
Binary 10000101 10001111 11011110 101000 100100 0 1101 11101001 111001 1000110

Color Harmonies of #858FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FDE

Black with #858FDE

Text Example


Text Example

White with #858FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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