Html Css Color HEX #949CBA Rock Blue

📋 copy color: '#949CBA'

red 148 ◦ green 156 ◦ blue 186

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

Shades of Rock Blue #949CBA

Tints of Rock Blue #949CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 30.2%
G = 31.84%
B = 37.96%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#949CBA (or 0x949CBA) is known color: Rock Blue. HEX triplet: 94, 9C and BA. RGB value is (148,156,186). Sum of RGB (Red+Green+Blue) = 148+156+186=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #949CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CBA is #6B6345. Grayscale: #9C9C9C. Windows color (decimal): -7037766 or 12229780. OLE color: 12229780.

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

Color convert

RGB 148 156 186 -
CMYK 0.20 0.16 0 0.27
HSL 227.37º 0.22% 0.65% -
HSV(B) 227.37º 0.2% 0.73% -
XYZ 32.96 33.62 51.21 -
YUV 157.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 148 156 186 0.20 0.16 0 0.27 227.37 0.22 0.65
Hex 94 9C BA 14 10 0 1B E3 16 41
Octal 224 234 272 24 20 0 33 343 26 101
Binary 10010100 10011100 10111010 10100 10000 0 11011 11100011 10110 1000001

Color Harmonies of #949CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CBA

Black with #949CBA

Text Example


Text Example

White with #949CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #949CBA;
 }
 .AnyTagClassName
 {
   color: #949CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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