Html Css Color HEX #918BEB Portage

📋 copy color: '#918BEB'

red 145 ◦ green 139 ◦ blue 235

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

Shades of Portage #918BEB

Tints of Portage #918BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 27.94%
G = 26.78%
B = 45.28%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#918BEB (or 0x918BEB) is known color: Portage. HEX triplet: 91, 8B and EB. RGB value is (145,139,235). Sum of RGB (Red+Green+Blue) = 145+139+235=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #918BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918BEB is #6E7414. Grayscale: #979797. Windows color (decimal): -7238677 or 15436689. OLE color: 15436689.

HSL color Cylindrical-coordinate representation of color #918BEB: hue angle of 243.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918BEB is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 139 235 -
CMYK 0.38 0.41 0 0.08
HSL 243.75º 0.71% 0.73% -
HSV(B) 243.75º 0.41% 0.92% -
XYZ 35.91 30.48 82.59 -
YUV 151.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 145 139 235 0.38 0.41 0 0.08 243.75 0.71 0.73
Hex 91 8B EB 26 29 0 8 F4 47 49
Octal 221 213 353 46 51 0 10 364 107 111
Binary 10010001 10001011 11101011 100110 101001 0 1000 11110100 1000111 1001001

Color Harmonies of #918BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918BEB

Black with #918BEB

Text Example


Text Example

White with #918BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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