Html Css Color HEX #7650CA Slate Blue

📋 copy color: '#7650CA'

red 118 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #7650CA

Tints of Slate Blue #7650CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 29.5%
G = 20%
B = 50.5%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7650CA (or 0x7650CA) is known color: Slate Blue. HEX triplet: 76, 50 and CA. RGB value is (118,80,202). Sum of RGB (Red+Green+Blue) = 118+80+202=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #7650CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7650CA is #89AF35. Grayscale: #686868. Windows color (decimal): -9023286 or 13258870. OLE color: 13258870.

HSL color Cylindrical-coordinate representation of color #7650CA: hue angle of 258.69º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7650CA is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 80 202 -
CMYK 0.42 0.60 0 0.21
HSL 258.69º 0.54% 0.55% -
HSV(B) 258.69º 0.6% 0.79% -
XYZ 21 13.85 57.44 -
YUV 105.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 118 80 202 0.42 0.60 0 0.21 258.69 0.54 0.55
Hex 76 50 CA 2A 3C 0 15 103 36 37
Octal 166 120 312 52 74 0 25 403 66 67
Binary 1110110 1010000 11001010 101010 111100 0 10101 100000011 110110 110111

Color Harmonies of #7650CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7650CA

Black with #7650CA

Text Example


Text Example

White with #7650CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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