Html Css Color HEX #858FDC Portage

📋 copy color: '#858FDC'

red 133 ◦ green 143 ◦ blue 220

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

Shades of Portage #858FDC

Tints of Portage #858FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 26.81%
G = 28.83%
B = 44.35%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#858FDC (or 0x858FDC) is known color: Portage. HEX triplet: 85, 8F and DC. RGB value is (133,143,220). Sum of RGB (Red+Green+Blue) = 133+143+220=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #858FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FDC is #7A7023. Grayscale: #949494. Windows color (decimal): -8024100 or 14454661. OLE color: 14454661.

HSL color Cylindrical-coordinate representation of color #858FDC: hue angle of 233.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858FDC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 143 220 -
CMYK 0.40 0.35 0 0.14
HSL 233.1º 0.55% 0.69% -
HSV(B) 233.1º 0.4% 0.86% -
XYZ 32.41 29.8 71.75 -
YUV 148.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 133 143 220 0.40 0.35 0 0.14 233.1 0.55 0.69
Hex 85 8F DC 28 23 0 E E9 37 45
Octal 205 217 334 50 43 0 16 351 67 105
Binary 10000101 10001111 11011100 101000 100011 0 1110 11101001 110111 1000101

Color Harmonies of #858FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FDC

Black with #858FDC

Text Example


Text Example

White with #858FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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