Html Css Color HEX #918FE7 Portage

📋 copy color: '#918FE7'

red 145 ◦ green 143 ◦ blue 231

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

Shades of Portage #918FE7

Tints of Portage #918FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.51%

R = 27.94%
G = 27.55%
B = 44.51%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#918FE7 (or 0x918FE7) is known color: Portage. HEX triplet: 91, 8F and E7. RGB value is (145,143,231). Sum of RGB (Red+Green+Blue) = 145+143+231=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #918FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FE7 is #6E7018. Grayscale: #999999. Windows color (decimal): -7237657 or 15175569. OLE color: 15175569.

HSL color Cylindrical-coordinate representation of color #918FE7: hue angle of 241.36º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #918FE7 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 145 143 231 -
CMYK 0.37 0.38 0 0.09
HSL 241.36º 0.65% 0.73% -
HSV(B) 241.36º 0.38% 0.91% -
XYZ 35.92 31.43 79.78 -
YUV 153.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 145 143 231 0.37 0.38 0 0.09 241.36 0.65 0.73
Hex 91 8F E7 25 26 0 9 F1 41 49
Octal 221 217 347 45 46 0 11 361 101 111
Binary 10010001 10001111 11100111 100101 100110 0 1001 11110001 1000001 1001001

Color Harmonies of #918FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918FE7

Black with #918FE7

Text Example


Text Example

White with #918FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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