Html Css Color HEX #979FC0 Rock Blue

📋 copy color: '#979FC0'

red 151 ◦ green 159 ◦ blue 192

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

Shades of Rock Blue #979FC0

Tints of Rock Blue #979FC0

RGB

 RED value IS 151 (59.38% from 255) = 30.08%

 GREEN value IS 159 (62.5% from 255) = 31.67%

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

R = 30.08%
G = 31.67%
B = 38.25%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#979FC0 (or 0x979FC0) is known color: Rock Blue. HEX triplet: 97, 9F and C0. RGB value is (151,159,192). Sum of RGB (Red+Green+Blue) = 151+159+192=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #979FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FC0 is #68603F. Grayscale: #A0A0A0. Windows color (decimal): -6840384 or 12623767. OLE color: 12623767.

HSL color Cylindrical-coordinate representation of color #979FC0: hue angle of 228.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #979FC0 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 159 192 -
CMYK 0.21 0.17 0 0.25
HSL 228.29º 0.25% 0.67% -
HSV(B) 228.29º 0.21% 0.75% -
XYZ 34.68 35.18 54.83 -
YUV 160.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 151 159 192 0.21 0.17 0 0.25 228.29 0.25 0.67
Hex 97 9F C0 15 11 0 19 E4 19 43
Octal 227 237 300 25 21 0 31 344 31 103
Binary 10010111 10011111 11000000 10101 10001 0 11001 11100100 11001 1000011

Color Harmonies of #979FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FC0

Black with #979FC0

Text Example


Text Example

White with #979FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979FC0; }

 p { color: rgb(151,159,192); }

 H1.HeaderClassName
 {
   color: #979FC0;
 }
 .AnyTagClassName
 {
   color: #979FC0;
 }
</style>

background-color css

<style>
 a { background-color: #979FC0; }

 a { background-color: rgb(151,159,192); }

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

border-color css

<style>
 span { border-color: #979FC0; }

 span { border-color: rgb(151,159,192); }

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