Html Css Color HEX #949FBE Rock Blue

📋 copy color: '#949FBE'

red 148 ◦ green 159 ◦ blue 190

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

Shades of Rock Blue #949FBE

Tints of Rock Blue #949FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 29.78%
G = 31.99%
B = 38.23%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#949FBE (or 0x949FBE) is known color: Rock Blue. HEX triplet: 94, 9F and BE. RGB value is (148,159,190). Sum of RGB (Red+Green+Blue) = 148+159+190=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #949FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FBE is #6B6041. Grayscale: #9F9F9F. Windows color (decimal): -7036994 or 12492692. OLE color: 12492692.

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

Color convert

RGB 148 159 190 -
CMYK 0.22 0.16 0 0.25
HSL 224.29º 0.24% 0.66% -
HSV(B) 224.29º 0.22% 0.75% -
XYZ 33.91 34.81 53.65 -
YUV 159.25 145.36 119.98 -
System Red Green Blue C M Y K H S L
Decimal 148 159 190 0.22 0.16 0 0.25 224.29 0.24 0.66
Hex 94 9F BE 16 10 0 19 E0 18 42
Octal 224 237 276 26 20 0 31 340 30 102
Binary 10010100 10011111 10111110 10110 10000 0 11001 11100000 11000 1000010

Color Harmonies of #949FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FBE

Black with #949FBE

Text Example


Text Example

White with #949FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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