Html Css Color HEX #9492CE Blue Bell

📋 copy color: '#9492CE'

red 148 ◦ green 146 ◦ blue 206

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

Shades of Blue Bell #9492CE

Tints of Blue Bell #9492CE

RGB

 RED value IS 148 (58.2% from 255) = 29.6%

 GREEN value IS 146 (57.42% from 255) = 29.2%

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

R = 29.6%
G = 29.2%
B = 41.2%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9492CE (or 0x9492CE) is known color: Blue Bell. HEX triplet: 94, 92 and CE. RGB value is (148,146,206). Sum of RGB (Red+Green+Blue) = 148+146+206=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #9492CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9492CE is #6B6D31. Grayscale: #999999. Windows color (decimal): -7040306 or 13537940. OLE color: 13537940.

HSL color Cylindrical-coordinate representation of color #9492CE: hue angle of 242º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9492CE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 146 206 -
CMYK 0.28 0.29 0 0.19
HSL 242º 0.38% 0.69% -
HSV(B) 242º 0.29% 0.81% -
XYZ 33.63 31.31 62.66 -
YUV 153.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 148 146 206 0.28 0.29 0 0.19 242 0.38 0.69
Hex 94 92 CE 1C 1D 0 13 F2 26 45
Octal 224 222 316 34 35 0 23 362 46 105
Binary 10010100 10010010 11001110 11100 11101 0 10011 11110010 100110 1000101

Color Harmonies of #9492CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9492CE

Black with #9492CE

Text Example


Text Example

White with #9492CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9492CE; }

 p { color: rgb(148,146,206); }

 H1.HeaderClassName
 {
   color: #9492CE;
 }
 .AnyTagClassName
 {
   color: #9492CE;
 }
</style>

background-color css

<style>
 a { background-color: #9492CE; }

 a { background-color: rgb(148,146,206); }

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

border-color css

<style>
 span { border-color: #9492CE; }

 span { border-color: rgb(148,146,206); }

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