Html Css Color HEX #918FDE Portage

📋 copy color: '#918FDE'

red 145 ◦ green 143 ◦ blue 222

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

Shades of Portage #918FDE

Tints of Portage #918FDE

RGB

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

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

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

R = 28.43%
G = 28.04%
B = 43.53%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#918FDE (or 0x918FDE) is known color: Portage. HEX triplet: 91, 8F and DE. RGB value is (145,143,222). Sum of RGB (Red+Green+Blue) = 145+143+222=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #918FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918FDE is #6E7021. Grayscale: #989898. Windows color (decimal): -7237666 or 14585745. OLE color: 14585745.

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

Color convert

RGB 145 143 222 -
CMYK 0.35 0.36 0 0.13
HSL 241.52º 0.54% 0.72% -
HSV(B) 241.52º 0.36% 0.87% -
XYZ 34.68 30.94 73.25 -
YUV 152.6 167.16 122.58 -
System Red Green Blue C M Y K H S L
Decimal 145 143 222 0.35 0.36 0 0.13 241.52 0.54 0.72
Hex 91 8F DE 23 24 0 D F2 36 48
Octal 221 217 336 43 44 0 15 362 66 110
Binary 10010001 10001111 11011110 100011 100100 0 1101 11110010 110110 1001000

Color Harmonies of #918FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918FDE

Black with #918FDE

Text Example


Text Example

White with #918FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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