Html Css Color HEX #919888 Delta

📋 copy color: '#919888'

red 145 ◦ green 152 ◦ blue 136

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

Shades of Delta #919888

Tints of Delta #919888

RGB

 RED value IS 145 (57.03% from 255) = 33.49%

 GREEN value IS 152 (59.77% from 255) = 35.1%

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 33.49%
G = 35.1%
B = 31.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#919888 (or 0x919888) is known color: Delta. HEX triplet: 91, 98 and 88. RGB value is (145,152,136). Sum of RGB (Red+Green+Blue) = 145+152+136=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 152 - color contains mainly: green. Hex color #919888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919888 is #6E6777. Grayscale: #949494. Windows color (decimal): -7235448 or 8951953. OLE color: 8951953.

HSL color Cylindrical-coordinate representation of color #919888: hue angle of 86.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #919888 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 152 136 -
CMYK 0.05 0 0.11 0.40
HSL 86.25º 0.07% 0.56% -
HSV(B) 86.25º 0.11% 0.6% -
XYZ 27.35 30.25 27.69 -
YUV 148.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 145 152 136 0.05 0 0.11 0.40 86.25 0.07 0.56
Hex 91 98 88 5 0 B 28 56 7 38
Octal 221 230 210 5 0 13 50 126 7 70
Binary 10010001 10011000 10001000 101 0 1011 101000 1010110 111 111000

Color Harmonies of #919888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919888

Black with #919888

Text Example


Text Example

White with #919888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919888; }

 p { color: rgb(145,152,136); }

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

background-color css

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

 a { background-color: rgb(145,152,136); }

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

border-color css

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

 span { border-color: rgb(145,152,136); }

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