#9492C9

Color #9492C9 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9492C9

Tints of Blue Bell #9492C9

Color information

#9492C9 (or 0x9492C9) is unknown color: approx Blue Bell. HEX triplet: 94, 92 and C9. RGB value is (148,146,201). Sum of RGB (Red+Green+Blue) = 148+146+201=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #9492C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9492C9 is #6B6D36. Grayscale: #989898. Windows color (decimal): -7040311 or 13210260. OLE color: 13210260.

HSL color Cylindrical-coordinate representation of color #9492C9: hue angle of 242.18º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9492C9 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148146201-
CMYK0.260.2700.21
HSL242.18º33.74%68.04%-
HSV(B)242.18º27.36%78.82%-
XYZ33.0331.0759.51-
YUV152.87155.16124.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=29.90%
G=29.49%
B=40.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481462010.260.2700.21242.1833.7468.04
Hex9492C91A1B015f22244
Octal224222311323302536242104
Binary1001010010010010110010011101011011010101111100101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9492C9;
 }
 .AnyTagClassName
 {
   color: #9492C9;
 }
</style>
background-color css

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

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

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

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

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

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