Html Css Color HEX #94A1BE Rock Blue

📋 copy color: '#94A1BE'

red 148 ◦ green 161 ◦ blue 190

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

Shades of Rock Blue #94A1BE

Tints of Rock Blue #94A1BE

RGB

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

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

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

R = 29.66%
G = 32.26%
B = 38.08%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#94A1BE (or 0x94A1BE) is known color: Rock Blue. HEX triplet: 94, A1 and BE. RGB value is (148,161,190). Sum of RGB (Red+Green+Blue) = 148+161+190=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #94A1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1BE is #6B5E41. Grayscale: #A0A0A0. Windows color (decimal): -7036482 or 12493204. OLE color: 12493204.

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

Color convert

RGB 148 161 190 -
CMYK 0.22 0.15 0 0.25
HSL 221.43º 0.24% 0.66% -
HSV(B) 221.43º 0.22% 0.75% -
XYZ 34.25 35.5 53.76 -
YUV 160.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 148 161 190 0.22 0.15 0 0.25 221.43 0.24 0.66
Hex 94 A1 BE 16 F 0 19 DD 18 42
Octal 224 241 276 26 17 0 31 335 30 102
Binary 10010100 10100001 10111110 10110 1111 0 11001 11011101 11000 1000010

Color Harmonies of #94A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A1BE

Black with #94A1BE

Text Example


Text Example

White with #94A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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