#919CC1

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

Shades of Rock Blue #919CC1

Tints of Rock Blue #919CC1

Color information

#919CC1 (or 0x919CC1) is unknown color: approx Rock Blue. HEX triplet: 91, 9C and C1. RGB value is (145,156,193). Sum of RGB (Red+Green+Blue) = 145+156+193=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #919CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CC1 is #6E633E. Grayscale: #9C9C9C. Windows color (decimal): -7234367 or 12688529. OLE color: 12688529.

HSL color Cylindrical-coordinate representation of color #919CC1: hue angle of 226.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #919CC1 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB145156193-
CMYK0.250.1900.24
HSL226.25º27.91%66.27%-
HSV(B)226.25º24.87%75.69%-
XYZ33.1933.6555.2-
YUV156.93148.36119.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.35%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 193 (75.78% from 255) = 39.07%
R=29.35%
G=31.58%
B=39.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451561930.250.1900.24226.2527.9166.27
Hex919CC11913018e21c42
Octal221234301312303034234102
Binary100100011001110011000001110011001101100011100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919CC1; }

 p { color: rgb(145,156,193); }

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

<style>
 a { background-color: #919CC1; }

 a { background-color: rgb(145,156,193); }

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

<style>
 span { border-color: #919CC1; }

 span { border-color: rgb(145,156,193); }

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