Html Css Color HEX #7566D8 Slate Blue

📋 copy color: '#7566D8'

red 117 ◦ green 102 ◦ blue 216

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

Shades of Slate Blue #7566D8

Tints of Slate Blue #7566D8

RGB

 RED value IS 117 (46.09% from 255) = 26.9%

 GREEN value IS 102 (40.23% from 255) = 23.45%

 BLUE value IS 216 (84.77% from 255) = 49.66%

R = 26.9%
G = 23.45%
B = 49.66%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7566D8 (or 0x7566D8) is known color: Slate Blue. HEX triplet: 75, 66 and D8. RGB value is (117,102,216). Sum of RGB (Red+Green+Blue) = 117+102+216=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #7566D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7566D8 is #8A9927. Grayscale: #777777. Windows color (decimal): -9083176 or 14182005. OLE color: 14182005.

HSL color Cylindrical-coordinate representation of color #7566D8: hue angle of 247.89º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7566D8 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 102 216 -
CMYK 0.46 0.53 0 0.15
HSL 247.89º 0.59% 0.62% -
HSV(B) 247.89º 0.53% 0.85% -
XYZ 24.48 18.24 67.2 -
YUV 119.48 182.47 126.23 -
System Red Green Blue C M Y K H S L
Decimal 117 102 216 0.46 0.53 0 0.15 247.89 0.59 0.62
Hex 75 66 D8 2E 35 0 F F8 3B 3E
Octal 165 146 330 56 65 0 17 370 73 76
Binary 1110101 1100110 11011000 101110 110101 0 1111 11111000 111011 111110

Color Harmonies of #7566D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7566D8

Black with #7566D8

Text Example


Text Example

White with #7566D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7566D8; }

 p { color: rgb(117,102,216); }

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

background-color css

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

 a { background-color: rgb(117,102,216); }

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

border-color css

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

 span { border-color: rgb(117,102,216); }

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