Html Css Color HEX #7750CA Slate Blue

📋 copy color: '#7750CA'

red 119 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #7750CA

Tints of Slate Blue #7750CA

RGB

 RED value IS 119 (46.88% from 255) = 29.68%

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

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

R = 29.68%
G = 19.95%
B = 50.37%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7750CA (or 0x7750CA) is known color: Slate Blue. HEX triplet: 77, 50 and CA. RGB value is (119,80,202). Sum of RGB (Red+Green+Blue) = 119+80+202=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #7750CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750CA is #88AF35. Grayscale: #696969. Windows color (decimal): -8957750 or 13258871. OLE color: 13258871.

HSL color Cylindrical-coordinate representation of color #7750CA: hue angle of 259.18º 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 #7750CA is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 80 202 -
CMYK 0.41 0.60 0 0.21
HSL 259.18º 0.54% 0.55% -
HSV(B) 259.18º 0.6% 0.79% -
XYZ 21.14 13.92 57.45 -
YUV 105.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 119 80 202 0.41 0.60 0 0.21 259.18 0.54 0.55
Hex 77 50 CA 29 3C 0 15 103 36 37
Octal 167 120 312 51 74 0 25 403 66 67
Binary 1110111 1010000 11001010 101001 111100 0 10101 100000011 110110 110111

Color Harmonies of #7750CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7750CA

Black with #7750CA

Text Example


Text Example

White with #7750CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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