Html Css Color HEX #949EAE Rock Blue

📋 copy color: '#949EAE'

red 148 ◦ green 158 ◦ blue 174

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

Shades of Rock Blue #949EAE

Tints of Rock Blue #949EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.25%

R = 30.83%
G = 32.92%
B = 36.25%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#949EAE (or 0x949EAE) is known color: Rock Blue. HEX triplet: 94, 9E and AE. RGB value is (148,158,174). Sum of RGB (Red+Green+Blue) = 148+158+174=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 174 - color contains mainly: blue. Hex color #949EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949EAE is #6B6151. Grayscale: #9C9C9C. Windows color (decimal): -7037266 or 11443860. OLE color: 11443860.

HSL color Cylindrical-coordinate representation of color #949EAE: hue angle of 216.92º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #949EAE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 158 174 -
CMYK 0.15 0.09 0 0.32
HSL 216.92º 0.14% 0.63% -
HSV(B) 216.92º 0.15% 0.68% -
XYZ 32.08 33.81 44.88 -
YUV 156.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 148 158 174 0.15 0.09 0 0.32 216.92 0.14 0.63
Hex 94 9E AE F 9 0 20 D9 E 3F
Octal 224 236 256 17 11 0 40 331 16 77
Binary 10010100 10011110 10101110 1111 1001 0 100000 11011001 1110 111111

Color Harmonies of #949EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EAE

Black with #949EAE

Text Example


Text Example

White with #949EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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