Html Css Color HEX #94A4BC Rock Blue

📋 copy color: '#94A4BC'

red 148 ◦ green 164 ◦ blue 188

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

Shades of Rock Blue #94A4BC

Tints of Rock Blue #94A4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.8%

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

R = 29.6%
G = 32.8%
B = 37.6%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#94A4BC (or 0x94A4BC) is known color: Rock Blue. HEX triplet: 94, A4 and BC. RGB value is (148,164,188). Sum of RGB (Red+Green+Blue) = 148+164+188=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #94A4BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A4BC is #6B5B43. Grayscale: #A1A1A1. Windows color (decimal): -7035716 or 12362900. OLE color: 12362900.

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

Color convert

RGB 148 164 188 -
CMYK 0.21 0.13 0 0.26
HSL 216º 0.23% 0.66% -
HSV(B) 216º 0.21% 0.74% -
XYZ 34.57 36.48 52.8 -
YUV 161.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 148 164 188 0.21 0.13 0 0.26 216 0.23 0.66
Hex 94 A4 BC 15 D 0 1A D8 17 42
Octal 224 244 274 25 15 0 32 330 27 102
Binary 10010100 10100100 10111100 10101 1101 0 11010 11011000 10111 1000010

Color Harmonies of #94A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A4BC

Black with #94A4BC

Text Example


Text Example

White with #94A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A4BC; }

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

 H1.HeaderClassName
 {
   color: #94A4BC;
 }
 .AnyTagClassName
 {
   color: #94A4BC;
 }
</style>

background-color css

<style>
 a { background-color: #94A4BC; }

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

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

border-color css

<style>
 span { border-color: #94A4BC; }

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

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