Html Css Color HEX #918AD0 Blue Bell

📋 copy color: '#918AD0'

red 145 ◦ green 138 ◦ blue 208

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

Shades of Blue Bell #918AD0

Tints of Blue Bell #918AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 29.53%
G = 28.11%
B = 42.36%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#918AD0 (or 0x918AD0) is known color: Blue Bell. HEX triplet: 91, 8A and D0. RGB value is (145,138,208). Sum of RGB (Red+Green+Blue) = 145+138+208=491 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.53% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #918AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AD0 is #6E752F. Grayscale: #939393. Windows color (decimal): -7238960 or 13666961. OLE color: 13666961.

HSL color Cylindrical-coordinate representation of color #918AD0: hue angle of 246º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #918AD0 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 138 208 -
CMYK 0.30 0.34 0 0.18
HSL 246º 0.43% 0.68% -
HSV(B) 246º 0.34% 0.82% -
XYZ 32.15 28.75 63.53 -
YUV 148.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 145 138 208 0.30 0.34 0 0.18 246 0.43 0.68
Hex 91 8A D0 1E 22 0 12 F6 2B 44
Octal 221 212 320 36 42 0 22 366 53 104
Binary 10010001 10001010 11010000 11110 100010 0 10010 11110110 101011 1000100

Color Harmonies of #918AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918AD0

Black with #918AD0

Text Example


Text Example

White with #918AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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