Html Css Color HEX #7645CF Slate Blue

📋 copy color: '#7645CF'

red 118 ◦ green 69 ◦ blue 207

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

Shades of Slate Blue #7645CF

Tints of Slate Blue #7645CF

RGB

 RED value IS 118 (46.48% from 255) = 29.95%

 GREEN value IS 69 (27.34% from 255) = 17.51%

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 29.95%
G = 17.51%
B = 52.54%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7645CF (or 0x7645CF) is known color: Slate Blue. HEX triplet: 76, 45 and CF. RGB value is (118,69,207). Sum of RGB (Red+Green+Blue) = 118+69+207=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #7645CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7645CF is #89BA30. Grayscale: #626262. Windows color (decimal): -9026097 or 13583734. OLE color: 13583734.

HSL color Cylindrical-coordinate representation of color #7645CF: hue angle of 261.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7645CF is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 69 207 -
CMYK 0.43 0.67 0 0.19
HSL 261.3º 0.59% 0.54% -
HSV(B) 261.3º 0.67% 0.81% -
XYZ 20.86 12.61 60.37 -
YUV 99.38 188.73 141.28 -
System Red Green Blue C M Y K H S L
Decimal 118 69 207 0.43 0.67 0 0.19 261.3 0.59 0.54
Hex 76 45 CF 2B 43 0 13 105 3B 36
Octal 166 105 317 53 103 0 23 405 73 66
Binary 1110110 1000101 11001111 101011 1000011 0 10011 100000101 111011 110110

Color Harmonies of #7645CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7645CF

Black with #7645CF

Text Example


Text Example

White with #7645CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7645CF; }

 p { color: rgb(118,69,207); }

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

background-color css

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

 a { background-color: rgb(118,69,207); }

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

border-color css

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

 span { border-color: rgb(118,69,207); }

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