Html Css Color HEX #918ACE Blue Bell

📋 copy color: '#918ACE'

red 145 ◦ green 138 ◦ blue 206

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

Shades of Blue Bell #918ACE

Tints of Blue Bell #918ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 29.65%
G = 28.22%
B = 42.13%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#918ACE (or 0x918ACE) is known color: Blue Bell. HEX triplet: 91, 8A and CE. RGB value is (145,138,206). Sum of RGB (Red+Green+Blue) = 145+138+206=489 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.65% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #918ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ACE is #6E7531. Grayscale: #939393. Windows color (decimal): -7238962 or 13535889. OLE color: 13535889.

HSL color Cylindrical-coordinate representation of color #918ACE: hue angle of 246.18º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #918ACE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 138 206 -
CMYK 0.30 0.33 0 0.19
HSL 246.18º 0.41% 0.67% -
HSV(B) 246.18º 0.33% 0.81% -
XYZ 31.91 28.65 62.24 -
YUV 147.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 145 138 206 0.30 0.33 0 0.19 246.18 0.41 0.67
Hex 91 8A CE 1E 21 0 13 F6 29 43
Octal 221 212 316 36 41 0 23 366 51 103
Binary 10010001 10001010 11001110 11110 100001 0 10011 11110110 101001 1000011

Color Harmonies of #918ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918ACE

Black with #918ACE

Text Example


Text Example

White with #918ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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