Html Css Color HEX #7651CF Slate Blue

📋 copy color: '#7651CF'

red 118 ◦ green 81 ◦ blue 207

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

Shades of Slate Blue #7651CF

Tints of Slate Blue #7651CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

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

R = 29.06%
G = 19.95%
B = 50.99%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7651CF (or 0x7651CF) is known color: Slate Blue. HEX triplet: 76, 51 and CF. RGB value is (118,81,207). Sum of RGB (Red+Green+Blue) = 118+81+207=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #7651CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7651CF is #89AE30. Grayscale: #696969. Windows color (decimal): -9023025 or 13586806. OLE color: 13586806.

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

Color convert

RGB 118 81 207 -
CMYK 0.43 0.61 0 0.19
HSL 257.62º 0.57% 0.56% -
HSV(B) 257.62º 0.61% 0.81% -
XYZ 21.68 14.24 60.64 -
YUV 106.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 118 81 207 0.43 0.61 0 0.19 257.62 0.57 0.56
Hex 76 51 CF 2B 3D 0 13 102 39 38
Octal 166 121 317 53 75 0 23 402 71 70
Binary 1110110 1010001 11001111 101011 111101 0 10011 100000010 111001 111000

Color Harmonies of #7651CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7651CF

Black with #7651CF

Text Example


Text Example

White with #7651CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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