Html Css Color HEX #949FAF Rock Blue

📋 copy color: '#949FAF'

red 148 ◦ green 159 ◦ blue 175

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

Shades of Rock Blue #949FAF

Tints of Rock Blue #949FAF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.99%

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

R = 30.71%
G = 32.99%
B = 36.31%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#949FAF (or 0x949FAF) is known color: Rock Blue. HEX triplet: 94, 9F and AF. RGB value is (148,159,175). Sum of RGB (Red+Green+Blue) = 148+159+175=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #949FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949FAF is #6B6050. Grayscale: #9D9D9D. Windows color (decimal): -7037009 or 11509652. OLE color: 11509652.

HSL color Cylindrical-coordinate representation of color #949FAF: hue angle of 215.56º 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 #949FAF is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 159 175 -
CMYK 0.15 0.09 0 0.31
HSL 215.56º 0.14% 0.63% -
HSV(B) 215.56º 0.15% 0.69% -
XYZ 32.35 34.19 45.45 -
YUV 157.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 148 159 175 0.15 0.09 0 0.31 215.56 0.14 0.63
Hex 94 9F AF F 9 0 1F D8 E 3F
Octal 224 237 257 17 11 0 37 330 16 77
Binary 10010100 10011111 10101111 1111 1001 0 11111 11011000 1110 111111

Color Harmonies of #949FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FAF

Black with #949FAF

Text Example


Text Example

White with #949FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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