Html Css Color HEX #949FBF Rock Blue

📋 copy color: '#949FBF'

red 148 ◦ green 159 ◦ blue 191

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

Shades of Rock Blue #949FBF

Tints of Rock Blue #949FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.35%

R = 29.72%
G = 31.93%
B = 38.35%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#949FBF (or 0x949FBF) is known color: Rock Blue. HEX triplet: 94, 9F and BF. RGB value is (148,159,191). Sum of RGB (Red+Green+Blue) = 148+159+191=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #949FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FBF is #6B6040. Grayscale: #9F9F9F. Windows color (decimal): -7036993 or 12558228. OLE color: 12558228.

HSL color Cylindrical-coordinate representation of color #949FBF: hue angle of 224.65º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949FBF is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 159 191 -
CMYK 0.23 0.17 0 0.25
HSL 224.65º 0.25% 0.66% -
HSV(B) 224.65º 0.23% 0.75% -
XYZ 34.01 34.85 54.22 -
YUV 159.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 148 159 191 0.23 0.17 0 0.25 224.65 0.25 0.66
Hex 94 9F BF 17 11 0 19 E1 19 42
Octal 224 237 277 27 21 0 31 341 31 102
Binary 10010100 10011111 10111111 10111 10001 0 11001 11100001 11001 1000010

Color Harmonies of #949FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FBF

Black with #949FBF

Text Example


Text Example

White with #949FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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