Html Css Color HEX #949EAC Rock Blue

📋 copy color: '#949EAC'

red 148 ◦ green 158 ◦ blue 172

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

Shades of Rock Blue #949EAC

Tints of Rock Blue #949EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.05%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 30.96%
G = 33.05%
B = 35.98%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#949EAC (or 0x949EAC) is known color: Rock Blue. HEX triplet: 94, 9E and AC. RGB value is (148,158,172). Sum of RGB (Red+Green+Blue) = 148+158+172=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 172 - color contains mainly: blue. Hex color #949EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EAC is #6B6153. Grayscale: #9C9C9C. Windows color (decimal): -7037268 or 11312788. OLE color: 11312788.

HSL color Cylindrical-coordinate representation of color #949EAC: hue angle of 215º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949EAC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 158 172 -
CMYK 0.14 0.08 0 0.33
HSL 215º 0.13% 0.63% -
HSV(B) 215º 0.14% 0.67% -
XYZ 31.89 33.73 43.86 -
YUV 156.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 148 158 172 0.14 0.08 0 0.33 215 0.13 0.63
Hex 94 9E AC E 8 0 21 D7 D 3F
Octal 224 236 254 16 10 0 41 327 15 77
Binary 10010100 10011110 10101100 1110 1000 0 100001 11010111 1101 111111

Color Harmonies of #949EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EAC

Black with #949EAC

Text Example


Text Example

White with #949EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,158,172); }

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

background-color css

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

 a { background-color: rgb(148,158,172); }

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

border-color css

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

 span { border-color: rgb(148,158,172); }

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