Html Css Color HEX #7650C8 Slate Blue

📋 copy color: '#7650C8'

red 118 ◦ green 80 ◦ blue 200

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

Shades of Slate Blue #7650C8

Tints of Slate Blue #7650C8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 200 (78.52% from 255) = 50.25%

R = 29.65%
G = 20.1%
B = 50.25%

CMYK

 C value IS 0.41

 M value IS 0.6

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7650C8 (or 0x7650C8) is known color: Slate Blue. HEX triplet: 76, 50 and C8. RGB value is (118,80,200). Sum of RGB (Red+Green+Blue) = 118+80+200=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #7650C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7650C8 is #89AF37. Grayscale: #686868. Windows color (decimal): -9023288 or 13127798. OLE color: 13127798.

HSL color Cylindrical-coordinate representation of color #7650C8: hue angle of 259º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7650C8 is Cyan = 0.41, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 80 200 -
CMYK 0.41 0.6 0 0.22
HSL 259º 0.52% 0.55% -
HSV(B) 259º 0.6% 0.78% -
XYZ 20.77 13.76 56.2 -
YUV 105.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 118 80 200 0.41 0.6 0 0.22 259 0.52 0.55
Hex 76 50 C8 29 3C 0 16 103 34 37
Octal 166 120 310 51 74 0 26 403 64 67
Binary 1110110 1010000 11001000 101001 111100 0 10110 100000011 110100 110111

Color Harmonies of #7650C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7650C8

Black with #7650C8

Text Example


Text Example

White with #7650C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7650C8; }

 p { color: rgb(118,80,200); }

 H1.HeaderClassName
 {
   color: #7650C8;
 }
 .AnyTagClassName
 {
   color: #7650C8;
 }
</style>

background-color css

<style>
 a { background-color: #7650C8; }

 a { background-color: rgb(118,80,200); }

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

border-color css

<style>
 span { border-color: #7650C8; }

 span { border-color: rgb(118,80,200); }

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