Html Css Color HEX #939690 Delta

📋 copy color: '#939690'

red 147 ◦ green 150 ◦ blue 144

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

Shades of Delta #939690

Tints of Delta #939690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.01%

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 33.33%
G = 34.01%
B = 32.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#939690 (or 0x939690) is known color: Delta. HEX triplet: 93, 96 and 90. RGB value is (147,150,144). Sum of RGB (Red+Green+Blue) = 147+150+144=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 150 - color contains mainly: green. Hex color #939690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939690 is #6C696F. Grayscale: #949494. Windows color (decimal): -7104880 or 9475731. OLE color: 9475731.

HSL color Cylindrical-coordinate representation of color #939690: hue angle of 90º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939690 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 147 150 144 -
CMYK 0.02 0 0.04 0.41
HSL 90º 0.03% 0.58% -
HSV(B) 90º 0.04% 0.59% -
XYZ 27.97 30.03 30.71 -
YUV 148.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 147 150 144 0.02 0 0.04 0.41 90 0.03 0.58
Hex 93 96 90 2 0 4 29 5A 3 3A
Octal 223 226 220 2 0 4 51 132 3 72
Binary 10010011 10010110 10010000 10 0 100 101001 1011010 11 111010

Color Harmonies of #939690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939690

Black with #939690

Text Example


Text Example

White with #939690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939690; }

 p { color: rgb(147,150,144); }

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

background-color css

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

 a { background-color: rgb(147,150,144); }

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

border-color css

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

 span { border-color: rgb(147,150,144); }

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