#949FC2

Color #949FC2 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #949FC2

Tints of Rock Blue #949FC2

Color information

#949FC2 (or 0x949FC2) is unknown color: approx Rock Blue. HEX triplet: 94, 9F and C2. RGB value is (148,159,194). Sum of RGB (Red+Green+Blue) = 148+159+194=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #949FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FC2 is #6B603D. Grayscale: #9F9F9F. Windows color (decimal): -7036990 or 12754836. OLE color: 12754836.

HSL color Cylindrical-coordinate representation of color #949FC2: hue angle of 225.65º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #949FC2 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148159194-
CMYK0.240.1800.24
HSL225.65º27.38%67.06%-
HSV(B)225.65º23.71%76.08%-
XYZ34.3534.9955.98-
YUV159.7147.36119.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 159 (62.5% from 255) = 31.74%
BLUE value IS 194 (76.17% from 255) = 38.72%
R=29.54%
G=31.74%
B=38.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481591940.240.1800.24225.6527.3867.06
Hex949FC21812018e21b43
Octal224237302302203034233103
Binary100101001001111111000010110001001001100011100010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949FC2; }

 p { color: rgb(148,159,194); }

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

<style>
 a { background-color: #949FC2; }

 a { background-color: rgb(148,159,194); }

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

<style>
 span { border-color: #949FC2; }

 span { border-color: rgb(148,159,194); }

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