Html Css Color HEX #918EDF Portage

📋 copy color: '#918EDF'

red 145 ◦ green 142 ◦ blue 223

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

Shades of Portage #918EDF

Tints of Portage #918EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.84%

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 28.43%
G = 27.84%
B = 43.73%

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

#918EDF (or 0x918EDF) is known color: Portage. HEX triplet: 91, 8E and DF. RGB value is (145,142,223). Sum of RGB (Red+Green+Blue) = 145+142+223=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #918EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918EDF is #6E7120. Grayscale: #979797. Windows color (decimal): -7237921 or 14651025. OLE color: 14651025.

HSL color Cylindrical-coordinate representation of color #918EDF: hue angle of 242.22º degrees, saturation: 0.56, 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 #918EDF is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 142 223 -
CMYK 0.35 0.36 0 0.13
HSL 242.22º 0.56% 0.72% -
HSV(B) 242.22º 0.36% 0.87% -
XYZ 34.67 30.69 73.91 -
YUV 152.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 145 142 223 0.35 0.36 0 0.13 242.22 0.56 0.72
Hex 91 8E DF 23 24 0 D F2 38 48
Octal 221 216 337 43 44 0 15 362 70 110
Binary 10010001 10001110 11011111 100011 100100 0 1101 11110010 111000 1001000

Color Harmonies of #918EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918EDF

Black with #918EDF

Text Example


Text Example

White with #918EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,142,223); }

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

background-color css

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

 a { background-color: rgb(145,142,223); }

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

border-color css

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

 span { border-color: rgb(145,142,223); }

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