Html Css Color HEX #94A1B1 Rock Blue

📋 copy color: '#94A1B1'

red 148 ◦ green 161 ◦ blue 177

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

Shades of Rock Blue #94A1B1

Tints of Rock Blue #94A1B1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.13%

 BLUE value IS 177 (69.53% from 255) = 36.42%

R = 30.45%
G = 33.13%
B = 36.42%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#94A1B1 (or 0x94A1B1) is known color: Rock Blue. HEX triplet: 94, A1 and B1. RGB value is (148,161,177). Sum of RGB (Red+Green+Blue) = 148+161+177=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #94A1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A1B1 is #6B5E4E. Grayscale: #9E9E9E. Windows color (decimal): -7036495 or 11641236. OLE color: 11641236.

HSL color Cylindrical-coordinate representation of color #94A1B1: hue angle of 213.1º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94A1B1 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 161 177 -
CMYK 0.16 0.09 0 0.31
HSL 213.1º 0.16% 0.64% -
HSV(B) 213.1º 0.16% 0.69% -
XYZ 32.89 34.96 46.61 -
YUV 158.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 148 161 177 0.16 0.09 0 0.31 213.1 0.16 0.64
Hex 94 A1 B1 10 9 0 1F D5 10 40
Octal 224 241 261 20 11 0 37 325 20 100
Binary 10010100 10100001 10110001 10000 1001 0 11111 11010101 10000 1000000

Color Harmonies of #94A1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A1B1

Black with #94A1B1

Text Example


Text Example

White with #94A1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,161,177); }

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

background-color css

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

 a { background-color: rgb(148,161,177); }

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

border-color css

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

 span { border-color: rgb(148,161,177); }

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