Html Css Color HEX #918FF0 Portage

📋 copy color: '#918FF0'

red 145 ◦ green 143 ◦ blue 240

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

Shades of Portage #918FF0

Tints of Portage #918FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.45%

R = 27.46%
G = 27.08%
B = 45.45%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#918FF0 (or 0x918FF0) is known color: Portage. HEX triplet: 91, 8F and F0. RGB value is (145,143,240). Sum of RGB (Red+Green+Blue) = 145+143+240=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #918FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FF0 is #6E700F. Grayscale: #9A9A9A. Windows color (decimal): -7237648 or 15765393. OLE color: 15765393.

HSL color Cylindrical-coordinate representation of color #918FF0: hue angle of 241.24º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918FF0 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 143 240 -
CMYK 0.40 0.40 0 0.06
HSL 241.24º 0.76% 0.75% -
HSV(B) 241.24º 0.4% 0.94% -
XYZ 37.23 31.96 86.64 -
YUV 154.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 145 143 240 0.40 0.40 0 0.06 241.24 0.76 0.75
Hex 91 8F F0 28 28 0 6 F1 4C 4B
Octal 221 217 360 50 50 0 6 361 114 113
Binary 10010001 10001111 11110000 101000 101000 0 110 11110001 1001100 1001011

Color Harmonies of #918FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918FF0

Black with #918FF0

Text Example


Text Example

White with #918FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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