Html Css Color HEX #939DC1 Rock Blue

📋 copy color: '#939DC1'

red 147 ◦ green 157 ◦ blue 193

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

Shades of Rock Blue #939DC1

Tints of Rock Blue #939DC1

RGB

 RED value IS 147 (57.81% from 255) = 29.58%

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 193 (75.78% from 255) = 38.83%

R = 29.58%
G = 31.59%
B = 38.83%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#939DC1 (or 0x939DC1) is known color: Rock Blue. HEX triplet: 93, 9D and C1. RGB value is (147,157,193). Sum of RGB (Red+Green+Blue) = 147+157+193=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #939DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DC1 is #6C623E. Grayscale: #9D9D9D. Windows color (decimal): -7103039 or 12688787. OLE color: 12688787.

HSL color Cylindrical-coordinate representation of color #939DC1: hue angle of 226.96º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #939DC1 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 157 193 -
CMYK 0.24 0.19 0 0.24
HSL 226.96º 0.27% 0.67% -
HSV(B) 226.96º 0.24% 0.76% -
XYZ 33.72 34.17 55.27 -
YUV 158.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 147 157 193 0.24 0.19 0 0.24 226.96 0.27 0.67
Hex 93 9D C1 18 13 0 18 E3 1B 43
Octal 223 235 301 30 23 0 30 343 33 103
Binary 10010011 10011101 11000001 11000 10011 0 11000 11100011 11011 1000011

Color Harmonies of #939DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939DC1

Black with #939DC1

Text Example


Text Example

White with #939DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939DC1; }

 p { color: rgb(147,157,193); }

 H1.HeaderClassName
 {
   color: #939DC1;
 }
 .AnyTagClassName
 {
   color: #939DC1;
 }
</style>

background-color css

<style>
 a { background-color: #939DC1; }

 a { background-color: rgb(147,157,193); }

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

border-color css

<style>
 span { border-color: #939DC1; }

 span { border-color: rgb(147,157,193); }

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