Html Css Color HEX #94A3BE Rock Blue

📋 copy color: '#94A3BE'

red 148 ◦ green 163 ◦ blue 190

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

Shades of Rock Blue #94A3BE

Tints of Rock Blue #94A3BE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.53%

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

R = 29.54%
G = 32.53%
B = 37.92%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#94A3BE (or 0x94A3BE) is known color: Rock Blue. HEX triplet: 94, A3 and BE. RGB value is (148,163,190). Sum of RGB (Red+Green+Blue) = 148+163+190=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #94A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A3BE is #6B5C41. Grayscale: #A1A1A1. Windows color (decimal): -7035970 or 12493716. OLE color: 12493716.

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

Color convert

RGB 148 163 190 -
CMYK 0.22 0.14 0 0.25
HSL 218.57º 0.24% 0.66% -
HSV(B) 218.57º 0.22% 0.75% -
XYZ 34.6 36.21 53.88 -
YUV 161.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 148 163 190 0.22 0.14 0 0.25 218.57 0.24 0.66
Hex 94 A3 BE 16 E 0 19 DB 18 42
Octal 224 243 276 26 16 0 31 333 30 102
Binary 10010100 10100011 10111110 10110 1110 0 11001 11011011 11000 1000010

Color Harmonies of #94A3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A3BE

Black with #94A3BE

Text Example


Text Example

White with #94A3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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