Html Css Color HEX #949FBC Rock Blue

📋 copy color: '#949FBC'

red 148 ◦ green 159 ◦ blue 188

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

Shades of Rock Blue #949FBC

Tints of Rock Blue #949FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 29.9%
G = 32.12%
B = 37.98%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#949FBC (or 0x949FBC) is known color: Rock Blue. HEX triplet: 94, 9F and BC. RGB value is (148,159,188). Sum of RGB (Red+Green+Blue) = 148+159+188=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #949FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FBC is #6B6043. Grayscale: #9E9E9E. Windows color (decimal): -7036996 or 12361620. OLE color: 12361620.

HSL color Cylindrical-coordinate representation of color #949FBC: hue angle of 223.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949FBC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 159 188 -
CMYK 0.21 0.15 0 0.26
HSL 223.5º 0.23% 0.66% -
HSV(B) 223.5º 0.21% 0.74% -
XYZ 33.69 34.72 52.5 -
YUV 159.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 148 159 188 0.21 0.15 0 0.26 223.5 0.23 0.66
Hex 94 9F BC 15 F 0 1A E0 17 42
Octal 224 237 274 25 17 0 32 340 27 102
Binary 10010100 10011111 10111100 10101 1111 0 11010 11100000 10111 1000010

Color Harmonies of #949FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FBC

Black with #949FBC

Text Example


Text Example

White with #949FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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