Html Css Color HEX #918FEF Portage

📋 copy color: '#918FEF'

red 145 ◦ green 143 ◦ blue 239

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

Shades of Portage #918FEF

Tints of Portage #918FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 27.51%
G = 27.13%
B = 45.35%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#918FEF (or 0x918FEF) is known color: Portage. HEX triplet: 91, 8F and EF. RGB value is (145,143,239). Sum of RGB (Red+Green+Blue) = 145+143+239=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #918FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FEF is #6E7010. Grayscale: #9A9A9A. Windows color (decimal): -7237649 or 15699857. OLE color: 15699857.

HSL color Cylindrical-coordinate representation of color #918FEF: hue angle of 241.25º degrees, saturation: 0.75, 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 #918FEF is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 143 239 -
CMYK 0.39 0.40 0 0.06
HSL 241.25º 0.75% 0.75% -
HSV(B) 241.25º 0.4% 0.94% -
XYZ 37.08 31.9 85.86 -
YUV 154.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 145 143 239 0.39 0.40 0 0.06 241.25 0.75 0.75
Hex 91 8F EF 27 28 0 6 F1 4B 4B
Octal 221 217 357 47 50 0 6 361 113 113
Binary 10010001 10001111 11101111 100111 101000 0 110 11110001 1001011 1001011

Color Harmonies of #918FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918FEF

Black with #918FEF

Text Example


Text Example

White with #918FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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