Html Css Color HEX #949FBA Rock Blue

📋 copy color: '#949FBA'

red 148 ◦ green 159 ◦ blue 186

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

Shades of Rock Blue #949FBA

Tints of Rock Blue #949FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 30.02%
G = 32.25%
B = 37.73%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#949FBA (or 0x949FBA) is known color: Rock Blue. HEX triplet: 94, 9F and BA. RGB value is (148,159,186). Sum of RGB (Red+Green+Blue) = 148+159+186=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #949FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FBA is #6B6045. Grayscale: #9E9E9E. Windows color (decimal): -7036998 or 12230548. OLE color: 12230548.

HSL color Cylindrical-coordinate representation of color #949FBA: hue angle of 222.63º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949FBA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 159 186 -
CMYK 0.20 0.15 0 0.27
HSL 222.63º 0.22% 0.65% -
HSV(B) 222.63º 0.2% 0.73% -
XYZ 33.47 34.64 51.38 -
YUV 158.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 148 159 186 0.20 0.15 0 0.27 222.63 0.22 0.65
Hex 94 9F BA 14 F 0 1B DF 16 41
Octal 224 237 272 24 17 0 33 337 26 101
Binary 10010100 10011111 10111010 10100 1111 0 11011 11011111 10110 1000001

Color Harmonies of #949FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FBA

Black with #949FBA

Text Example


Text Example

White with #949FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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