Html Css Color HEX #7652CF Slate Blue

📋 copy color: '#7652CF'

red 118 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #7652CF

Tints of Slate Blue #7652CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

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

R = 28.99%
G = 20.15%
B = 50.86%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7652CF (or 0x7652CF) is known color: Slate Blue. HEX triplet: 76, 52 and CF. RGB value is (118,82,207). Sum of RGB (Red+Green+Blue) = 118+82+207=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #7652CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652CF is #89AD30. Grayscale: #6A6A6A. Windows color (decimal): -9022769 or 13587062. OLE color: 13587062.

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

Color convert

RGB 118 82 207 -
CMYK 0.43 0.60 0 0.19
HSL 257.28º 0.57% 0.57% -
HSV(B) 257.28º 0.6% 0.81% -
XYZ 21.75 14.39 60.66 -
YUV 107.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 118 82 207 0.43 0.60 0 0.19 257.28 0.57 0.57
Hex 76 52 CF 2B 3C 0 13 101 39 39
Octal 166 122 317 53 74 0 23 401 71 71
Binary 1110110 1010010 11001111 101011 111100 0 10011 100000001 111001 111001

Color Harmonies of #7652CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7652CF

Black with #7652CF

Text Example


Text Example

White with #7652CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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