Html Css Color HEX #918BE6 Portage

📋 copy color: '#918BE6'

red 145 ◦ green 139 ◦ blue 230

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

Shades of Portage #918BE6

Tints of Portage #918BE6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.04%

 BLUE value IS 230 (90.23% from 255) = 44.75%

R = 28.21%
G = 27.04%
B = 44.75%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#918BE6 (or 0x918BE6) is known color: Portage. HEX triplet: 91, 8B and E6. RGB value is (145,139,230). Sum of RGB (Red+Green+Blue) = 145+139+230=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #918BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918BE6 is #6E7419. Grayscale: #969696. Windows color (decimal): -7238682 or 15109009. OLE color: 15109009.

HSL color Cylindrical-coordinate representation of color #918BE6: hue angle of 243.96º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918BE6 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 139 230 -
CMYK 0.37 0.40 0 0.10
HSL 243.96º 0.65% 0.72% -
HSV(B) 243.96º 0.4% 0.9% -
XYZ 35.19 30.2 78.84 -
YUV 151.17 172.49 123.6 -
System Red Green Blue C M Y K H S L
Decimal 145 139 230 0.37 0.40 0 0.10 243.96 0.65 0.72
Hex 91 8B E6 25 28 0 A F4 41 48
Octal 221 213 346 45 50 0 12 364 101 110
Binary 10010001 10001011 11100110 100101 101000 0 1010 11110100 1000001 1001000

Color Harmonies of #918BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918BE6

Black with #918BE6

Text Example


Text Example

White with #918BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,139,230); }

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

background-color css

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

 a { background-color: rgb(145,139,230); }

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

border-color css

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

 span { border-color: rgb(145,139,230); }

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