Html Css Color HEX #7644CF Slate Blue

📋 copy color: '#7644CF'

red 118 ◦ green 68 ◦ blue 207

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

Shades of Slate Blue #7644CF

Tints of Slate Blue #7644CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

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

R = 30.03%
G = 17.3%
B = 52.67%

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

#7644CF (or 0x7644CF) is known color: Slate Blue. HEX triplet: 76, 44 and CF. RGB value is (118,68,207). Sum of RGB (Red+Green+Blue) = 118+68+207=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #7644CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7644CF is #89BB30. Grayscale: #626262. Windows color (decimal): -9026353 or 13583478. OLE color: 13583478.

HSL color Cylindrical-coordinate representation of color #7644CF: hue angle of 261.58º 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 #7644CF is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 68 207 -
CMYK 0.43 0.67 0 0.19
HSL 261.58º 0.59% 0.54% -
HSV(B) 261.58º 0.67% 0.81% -
XYZ 20.8 12.49 60.35 -
YUV 98.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 118 68 207 0.43 0.67 0 0.19 261.58 0.59 0.54
Hex 76 44 CF 2B 43 0 13 106 3B 36
Octal 166 104 317 53 103 0 23 406 73 66
Binary 1110110 1000100 11001111 101011 1000011 0 10011 100000110 111011 110110

Color Harmonies of #7644CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7644CF

Black with #7644CF

Text Example


Text Example

White with #7644CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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