Html Css Color HEX #949AAF Rock Blue

📋 copy color: '#949AAF'

red 148 ◦ green 154 ◦ blue 175

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

Shades of Rock Blue #949AAF

Tints of Rock Blue #949AAF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.29%

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 31.03%
G = 32.29%
B = 36.69%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#949AAF (or 0x949AAF) is known color: Rock Blue. HEX triplet: 94, 9A and AF. RGB value is (148,154,175). Sum of RGB (Red+Green+Blue) = 148+154+175=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #949AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949AAF is #6B6550. Grayscale: #9A9A9A. Windows color (decimal): -7038289 or 11508372. OLE color: 11508372.

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

Color convert

RGB 148 154 175 -
CMYK 0.15 0.12 0 0.31
HSL 226.67º 0.14% 0.63% -
HSV(B) 226.67º 0.15% 0.69% -
XYZ 31.51 32.5 45.17 -
YUV 154.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 148 154 175 0.15 0.12 0 0.31 226.67 0.14 0.63
Hex 94 9A AF F C 0 1F E3 E 3F
Octal 224 232 257 17 14 0 37 343 16 77
Binary 10010100 10011010 10101111 1111 1100 0 11111 11100011 1110 111111

Color Harmonies of #949AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AAF

Black with #949AAF

Text Example


Text Example

White with #949AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,154,175); }

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

background-color css

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

 a { background-color: rgb(148,154,175); }

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

border-color css

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

 span { border-color: rgb(148,154,175); }

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