Html Css Color HEX #918DF1 Portage

📋 copy color: '#918DF1'

red 145 ◦ green 141 ◦ blue 241

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

Shades of Portage #918DF1

Tints of Portage #918DF1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.76%

 BLUE value IS 241 (94.53% from 255) = 45.73%

R = 27.51%
G = 26.76%
B = 45.73%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#918DF1 (or 0x918DF1) is known color: Portage. HEX triplet: 91, 8D and F1. RGB value is (145,141,241). Sum of RGB (Red+Green+Blue) = 145+141+241=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #918DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918DF1 is #6E720E. Grayscale: #999999. Windows color (decimal): -7238159 or 15830417. OLE color: 15830417.

HSL color Cylindrical-coordinate representation of color #918DF1: hue angle of 242.4º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918DF1 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 141 241 -
CMYK 0.40 0.41 0 0.05
HSL 242.4º 0.78% 0.75% -
HSV(B) 242.4º 0.41% 0.95% -
XYZ 37.08 31.42 87.33 -
YUV 153.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 145 141 241 0.40 0.41 0 0.05 242.4 0.78 0.75
Hex 91 8D F1 28 29 0 5 F2 4E 4B
Octal 221 215 361 50 51 0 5 362 116 113
Binary 10010001 10001101 11110001 101000 101001 0 101 11110010 1001110 1001011

Color Harmonies of #918DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918DF1

Black with #918DF1

Text Example


Text Example

White with #918DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,141,241); }

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

background-color css

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

 a { background-color: rgb(145,141,241); }

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

border-color css

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

 span { border-color: rgb(145,141,241); }

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