Html Css Color HEX #918AD6 Blue Bell

📋 copy color: '#918AD6'

red 145 ◦ green 138 ◦ blue 214

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

Shades of Blue Bell #918AD6

Tints of Blue Bell #918AD6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.77%

 BLUE value IS 214 (83.98% from 255) = 43.06%

R = 29.18%
G = 27.77%
B = 43.06%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#918AD6 (or 0x918AD6) is known color: Blue Bell. HEX triplet: 91, 8A and D6. RGB value is (145,138,214). Sum of RGB (Red+Green+Blue) = 145+138+214=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #918AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AD6 is #6E7529. Grayscale: #949494. Windows color (decimal): -7238954 or 14060177. OLE color: 14060177.

HSL color Cylindrical-coordinate representation of color #918AD6: hue angle of 245.53º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #918AD6 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 138 214 -
CMYK 0.32 0.36 0 0.16
HSL 245.53º 0.48% 0.69% -
HSV(B) 245.53º 0.36% 0.84% -
XYZ 32.9 29.05 67.49 -
YUV 148.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 145 138 214 0.32 0.36 0 0.16 245.53 0.48 0.69
Hex 91 8A D6 20 24 0 10 F6 30 45
Octal 221 212 326 40 44 0 20 366 60 105
Binary 10010001 10001010 11010110 100000 100100 0 10000 11110110 110000 1000101

Color Harmonies of #918AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918AD6

Black with #918AD6

Text Example


Text Example

White with #918AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,138,214); }

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

background-color css

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

 a { background-color: rgb(145,138,214); }

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

border-color css

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

 span { border-color: rgb(145,138,214); }

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