Html Css Color HEX #94A1C0 Rock Blue

📋 copy color: '#94A1C0'

red 148 ◦ green 161 ◦ blue 192

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

Shades of Rock Blue #94A1C0

Tints of Rock Blue #94A1C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 29.54%
G = 32.14%
B = 38.32%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#94A1C0 (or 0x94A1C0) is known color: Rock Blue. HEX triplet: 94, A1 and C0. RGB value is (148,161,192). Sum of RGB (Red+Green+Blue) = 148+161+192=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 192 - color contains mainly: blue. Hex color #94A1C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1C0 is #6B5E3F. Grayscale: #A0A0A0. Windows color (decimal): -7036480 or 12624276. OLE color: 12624276.

HSL color Cylindrical-coordinate representation of color #94A1C0: hue angle of 222.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94A1C0 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 161 192 -
CMYK 0.23 0.16 0 0.25
HSL 222.27º 0.26% 0.67% -
HSV(B) 222.27º 0.23% 0.75% -
XYZ 34.47 35.59 54.92 -
YUV 160.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 148 161 192 0.23 0.16 0 0.25 222.27 0.26 0.67
Hex 94 A1 C0 17 10 0 19 DE 1A 43
Octal 224 241 300 27 20 0 31 336 32 103
Binary 10010100 10100001 11000000 10111 10000 0 11001 11011110 11010 1000011

Color Harmonies of #94A1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A1C0

Black with #94A1C0

Text Example


Text Example

White with #94A1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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