Html Css Color HEX #918AC7 Blue Bell

📋 copy color: '#918AC7'

red 145 ◦ green 138 ◦ blue 199

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

Shades of Blue Bell #918AC7

Tints of Blue Bell #918AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.29%

R = 30.08%
G = 28.63%
B = 41.29%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#918AC7 (or 0x918AC7) is known color: Blue Bell. HEX triplet: 91, 8A and C7. RGB value is (145,138,199). Sum of RGB (Red+Green+Blue) = 145+138+199=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 199 - color contains mainly: blue. Hex color #918AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AC7 is #6E7538. Grayscale: #929292. Windows color (decimal): -7238969 or 13077137. OLE color: 13077137.

HSL color Cylindrical-coordinate representation of color #918AC7: hue angle of 246.89º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #918AC7 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 145 138 199 -
CMYK 0.27 0.31 0 0.22
HSL 246.89º 0.35% 0.66% -
HSV(B) 246.89º 0.31% 0.78% -
XYZ 31.07 28.32 57.86 -
YUV 147.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 145 138 199 0.27 0.31 0 0.22 246.89 0.35 0.66
Hex 91 8A C7 1B 1F 0 16 F7 23 42
Octal 221 212 307 33 37 0 26 367 43 102
Binary 10010001 10001010 11000111 11011 11111 0 10110 11110111 100011 1000010

Color Harmonies of #918AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918AC7

Black with #918AC7

Text Example


Text Example

White with #918AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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