Html Css Color HEX #949CBE Rock Blue

📋 copy color: '#949CBE'

red 148 ◦ green 156 ◦ blue 190

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

Shades of Rock Blue #949CBE

Tints of Rock Blue #949CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.58%

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

R = 29.96%
G = 31.58%
B = 38.46%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#949CBE (or 0x949CBE) is known color: Rock Blue. HEX triplet: 94, 9C and BE. RGB value is (148,156,190). Sum of RGB (Red+Green+Blue) = 148+156+190=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #949CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CBE is #6B6341. Grayscale: #9D9D9D. Windows color (decimal): -7037762 or 12491924. OLE color: 12491924.

HSL color Cylindrical-coordinate representation of color #949CBE: hue angle of 228.57º 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 #949CBE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 156 190 -
CMYK 0.22 0.18 0 0.25
HSL 228.57º 0.24% 0.66% -
HSV(B) 228.57º 0.22% 0.75% -
XYZ 33.4 33.79 53.48 -
YUV 157.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 148 156 190 0.22 0.18 0 0.25 228.57 0.24 0.66
Hex 94 9C BE 16 12 0 19 E5 18 42
Octal 224 234 276 26 22 0 31 345 30 102
Binary 10010100 10011100 10111110 10110 10010 0 11001 11100101 11000 1000010

Color Harmonies of #949CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CBE

Black with #949CBE

Text Example


Text Example

White with #949CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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