Html Css Color HEX #949EBC Rock Blue

📋 copy color: '#949EBC'

red 148 ◦ green 158 ◦ blue 188

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

Shades of Rock Blue #949EBC

Tints of Rock Blue #949EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

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

R = 29.96%
G = 31.98%
B = 38.06%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#949EBC (or 0x949EBC) is known color: Rock Blue. HEX triplet: 94, 9E and BC. RGB value is (148,158,188). Sum of RGB (Red+Green+Blue) = 148+158+188=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #949EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EBC is #6B6143. Grayscale: #9E9E9E. Windows color (decimal): -7037252 or 12361364. OLE color: 12361364.

HSL color Cylindrical-coordinate representation of color #949EBC: hue angle of 225º 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 #949EBC is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 158 188 -
CMYK 0.21 0.16 0 0.26
HSL 225º 0.23% 0.66% -
HSV(B) 225º 0.21% 0.74% -
XYZ 33.52 34.38 52.45 -
YUV 158.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 148 158 188 0.21 0.16 0 0.26 225 0.23 0.66
Hex 94 9E BC 15 10 0 1A E1 17 42
Octal 224 236 274 25 20 0 32 341 27 102
Binary 10010100 10011110 10111100 10101 10000 0 11010 11100001 10111 1000010

Color Harmonies of #949EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EBC

Black with #949EBC

Text Example


Text Example

White with #949EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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