Html Css Color HEX #949CB1 Rock Blue

📋 copy color: '#949CB1'

red 148 ◦ green 156 ◦ blue 177

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

Shades of Rock Blue #949CB1

Tints of Rock Blue #949CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.8%

R = 30.77%
G = 32.43%
B = 36.8%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#949CB1 (or 0x949CB1) is known color: Rock Blue. HEX triplet: 94, 9C and B1. RGB value is (148,156,177). Sum of RGB (Red+Green+Blue) = 148+156+177=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 177 - color contains mainly: blue. Hex color #949CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949CB1 is #6B634E. Grayscale: #9B9B9B. Windows color (decimal): -7037775 or 11639956. OLE color: 11639956.

HSL color Cylindrical-coordinate representation of color #949CB1: hue angle of 223.45º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #949CB1 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 156 177 -
CMYK 0.16 0.12 0 0.31
HSL 223.45º 0.16% 0.64% -
HSV(B) 223.45º 0.16% 0.69% -
XYZ 32.04 33.25 46.32 -
YUV 156 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 148 156 177 0.16 0.12 0 0.31 223.45 0.16 0.64
Hex 94 9C B1 10 C 0 1F DF 10 40
Octal 224 234 261 20 14 0 37 337 20 100
Binary 10010100 10011100 10110001 10000 1100 0 11111 11011111 10000 1000000

Color Harmonies of #949CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CB1

Black with #949CB1

Text Example


Text Example

White with #949CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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