Html Css Color HEX #918BDF Blue Bell

📋 copy color: '#918BDF'

red 145 ◦ green 139 ◦ blue 223

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

Shades of Blue Bell #918BDF

Tints of Blue Bell #918BDF

RGB

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

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

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

R = 28.6%
G = 27.42%
B = 43.98%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#918BDF (or 0x918BDF) is known color: Blue Bell. HEX triplet: 91, 8B and DF. RGB value is (145,139,223). Sum of RGB (Red+Green+Blue) = 145+139+223=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #918BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918BDF is #6E7420. Grayscale: #969696. Windows color (decimal): -7238689 or 14650257. OLE color: 14650257.

HSL color Cylindrical-coordinate representation of color #918BDF: hue angle of 244.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #918BDF is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 139 223 -
CMYK 0.35 0.38 0 0.13
HSL 244.29º 0.57% 0.71% -
HSV(B) 244.29º 0.38% 0.87% -
XYZ 34.23 29.81 73.76 -
YUV 150.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 145 139 223 0.35 0.38 0 0.13 244.29 0.57 0.71
Hex 91 8B DF 23 26 0 D F4 39 47
Octal 221 213 337 43 46 0 15 364 71 107
Binary 10010001 10001011 11011111 100011 100110 0 1101 11110100 111001 1000111

Color Harmonies of #918BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918BDF

Black with #918BDF

Text Example


Text Example

White with #918BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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