Html Css Color HEX #918FDD Portage

📋 copy color: '#918FDD'

red 145 ◦ green 143 ◦ blue 221

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

Shades of Portage #918FDD

Tints of Portage #918FDD

RGB

 RED value IS 145 (57.03% from 255) = 28.49%

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

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

R = 28.49%
G = 28.09%
B = 43.42%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#918FDD (or 0x918FDD) is known color: Portage. HEX triplet: 91, 8F and DD. RGB value is (145,143,221). Sum of RGB (Red+Green+Blue) = 145+143+221=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #918FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FDD is #6E7022. Grayscale: #989898. Windows color (decimal): -7237667 or 14520209. OLE color: 14520209.

HSL color Cylindrical-coordinate representation of color #918FDD: hue angle of 241.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #918FDD is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 143 221 -
CMYK 0.34 0.35 0 0.13
HSL 241.54º 0.53% 0.71% -
HSV(B) 241.54º 0.35% 0.87% -
XYZ 34.55 30.89 72.55 -
YUV 152.49 166.66 122.66 -
System Red Green Blue C M Y K H S L
Decimal 145 143 221 0.34 0.35 0 0.13 241.54 0.53 0.71
Hex 91 8F DD 22 23 0 D F2 35 47
Octal 221 217 335 42 43 0 15 362 65 107
Binary 10010001 10001111 11011101 100010 100011 0 1101 11110010 110101 1000111

Color Harmonies of #918FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918FDD

Black with #918FDD

Text Example


Text Example

White with #918FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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