#919CBA

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

Shades of Rock Blue #919CBA

Tints of Rock Blue #919CBA

Color information

#919CBA (or 0x919CBA) is unknown color: approx Rock Blue. HEX triplet: 91, 9C and BA. RGB value is (145,156,186). Sum of RGB (Red+Green+Blue) = 145+156+186=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #919CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #919CBA is #6E6345. Grayscale: #9C9C9C. Windows color (decimal): -7234374 or 12229777. OLE color: 12229777.

HSL color Cylindrical-coordinate representation of color #919CBA: hue angle of 223.9º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919CBA is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145156186-
CMYK0.220.1600.27
HSL223.9º22.91%64.9%-
HSV(B)223.9º22.04%72.94%-
XYZ32.4333.3451.18-
YUV156.13144.86120.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.77%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=29.77%
G=32.03%
B=38.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451561860.220.1600.27223.922.9164.9
Hex919CBA161001Be01741
Octal221234272262003334027101
Binary100100011001110010111010101101000001101111100000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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