Html Css Color HEX #939DBB Rock Blue

📋 copy color: '#939DBB'

red 147 ◦ green 157 ◦ blue 187

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

Shades of Rock Blue #939DBB

Tints of Rock Blue #939DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 29.94%
G = 31.98%
B = 38.09%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#939DBB (or 0x939DBB) is known color: Rock Blue. HEX triplet: 93, 9D and BB. RGB value is (147,157,187). Sum of RGB (Red+Green+Blue) = 147+157+187=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #939DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DBB is #6C6244. Grayscale: #9D9D9D. Windows color (decimal): -7103045 or 12295571. OLE color: 12295571.

HSL color Cylindrical-coordinate representation of color #939DBB: hue angle of 225º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #939DBB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 157 187 -
CMYK 0.21 0.16 0 0.27
HSL 225º 0.23% 0.65% -
HSV(B) 225º 0.21% 0.73% -
XYZ 33.06 33.9 51.82 -
YUV 157.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 147 157 187 0.21 0.16 0 0.27 225 0.23 0.65
Hex 93 9D BB 15 10 0 1B E1 17 41
Octal 223 235 273 25 20 0 33 341 27 101
Binary 10010011 10011101 10111011 10101 10000 0 11011 11100001 10111 1000001

Color Harmonies of #939DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939DBB

Black with #939DBB

Text Example


Text Example

White with #939DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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