Html Css Color HEX #7567D1 Slate Blue

📋 copy color: '#7567D1'

red 117 ◦ green 103 ◦ blue 209

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

Shades of Slate Blue #7567D1

Tints of Slate Blue #7567D1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.01%

 BLUE value IS 209 (82.03% from 255) = 48.72%

R = 27.27%
G = 24.01%
B = 48.72%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7567D1 (or 0x7567D1) is known color: Slate Blue. HEX triplet: 75, 67 and D1. RGB value is (117,103,209). Sum of RGB (Red+Green+Blue) = 117+103+209=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #7567D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7567D1 is #8A982E. Grayscale: #767676. Windows color (decimal): -9082927 or 13723509. OLE color: 13723509.

HSL color Cylindrical-coordinate representation of color #7567D1: hue angle of 247.92º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7567D1 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 103 209 -
CMYK 0.44 0.51 0 0.18
HSL 247.92º 0.54% 0.61% -
HSV(B) 247.92º 0.51% 0.82% -
XYZ 23.69 18.09 62.56 -
YUV 119.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 117 103 209 0.44 0.51 0 0.18 247.92 0.54 0.61
Hex 75 67 D1 2C 33 0 12 F8 36 3D
Octal 165 147 321 54 63 0 22 370 66 75
Binary 1110101 1100111 11010001 101100 110011 0 10010 11111000 110110 111101

Color Harmonies of #7567D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7567D1

Black with #7567D1

Text Example


Text Example

White with #7567D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7567D1; }

 p { color: rgb(117,103,209); }

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

background-color css

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

 a { background-color: rgb(117,103,209); }

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

border-color css

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

 span { border-color: rgb(117,103,209); }

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