Html Css Color HEX #858FDD Portage

📋 copy color: '#858FDD'

red 133 ◦ green 143 ◦ blue 221

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

Shades of Portage #858FDD

Tints of Portage #858FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 26.76%
G = 28.77%
B = 44.47%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#858FDD (or 0x858FDD) is known color: Portage. HEX triplet: 85, 8F and DD. RGB value is (133,143,221). Sum of RGB (Red+Green+Blue) = 133+143+221=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #858FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FDD is #7A7022. Grayscale: #949494. Windows color (decimal): -8024099 or 14520197. OLE color: 14520197.

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

Color convert

RGB 133 143 221 -
CMYK 0.40 0.35 0 0.13
HSL 233.18º 0.56% 0.69% -
HSV(B) 233.18º 0.4% 0.87% -
XYZ 32.55 29.85 72.45 -
YUV 148.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 133 143 221 0.40 0.35 0 0.13 233.18 0.56 0.69
Hex 85 8F DD 28 23 0 D E9 38 45
Octal 205 217 335 50 43 0 15 351 70 105
Binary 10000101 10001111 11011101 101000 100011 0 1101 11101001 111000 1000101

Color Harmonies of #858FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FDD

Black with #858FDD

Text Example


Text Example

White with #858FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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