Html Css Color HEX #94A0C7 Rock Blue

📋 copy color: '#94A0C7'

red 148 ◦ green 160 ◦ blue 199

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

Shades of Rock Blue #94A0C7

Tints of Rock Blue #94A0C7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.56%

 BLUE value IS 199 (78.13% from 255) = 39.25%

R = 29.19%
G = 31.56%
B = 39.25%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#94A0C7 (or 0x94A0C7) is known color: Rock Blue. HEX triplet: 94, A0 and C7. RGB value is (148,160,199). Sum of RGB (Red+Green+Blue) = 148+160+199=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 199 - color contains mainly: blue. Hex color #94A0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0C7 is #6B5F38. Grayscale: #A0A0A0. Windows color (decimal): -7036729 or 13082772. OLE color: 13082772.

HSL color Cylindrical-coordinate representation of color #94A0C7: hue angle of 225.88º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94A0C7 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 160 199 -
CMYK 0.26 0.20 0 0.22
HSL 225.88º 0.31% 0.68% -
HSV(B) 225.88º 0.26% 0.78% -
XYZ 35.09 35.56 59.05 -
YUV 160.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 148 160 199 0.26 0.20 0 0.22 225.88 0.31 0.68
Hex 94 A0 C7 1A 14 0 16 E2 1F 44
Octal 224 240 307 32 24 0 26 342 37 104
Binary 10010100 10100000 11000111 11010 10100 0 10110 11100010 11111 1000100

Color Harmonies of #94A0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A0C7

Black with #94A0C7

Text Example


Text Example

White with #94A0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,160,199); }

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

background-color css

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

 a { background-color: rgb(148,160,199); }

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

border-color css

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

 span { border-color: rgb(148,160,199); }

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