Html Css Color HEX #918CDD Blue Bell

📋 copy color: '#918CDD'

red 145 ◦ green 140 ◦ blue 221

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

Shades of Blue Bell #918CDD

Tints of Blue Bell #918CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 28.66%
G = 27.67%
B = 43.68%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#918CDD (or 0x918CDD) is known color: Blue Bell. HEX triplet: 91, 8C and DD. RGB value is (145,140,221). Sum of RGB (Red+Green+Blue) = 145+140+221=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #918CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CDD is #6E7322. Grayscale: #969696. Windows color (decimal): -7238435 or 14519441. OLE color: 14519441.

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

Color convert

RGB 145 140 221 -
CMYK 0.34 0.37 0 0.13
HSL 243.7º 0.54% 0.71% -
HSV(B) 243.7º 0.37% 0.87% -
XYZ 34.11 30 72.4 -
YUV 150.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 145 140 221 0.34 0.37 0 0.13 243.7 0.54 0.71
Hex 91 8C DD 22 25 0 D F4 36 47
Octal 221 214 335 42 45 0 15 364 66 107
Binary 10010001 10001100 11011101 100010 100101 0 1101 11110100 110110 1000111

Color Harmonies of #918CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918CDD

Black with #918CDD

Text Example


Text Example

White with #918CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,140,221); }

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

background-color css

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

 a { background-color: rgb(145,140,221); }

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

border-color css

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

 span { border-color: rgb(145,140,221); }

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