Html Css Color HEX #7751CA Slate Blue

📋 copy color: '#7751CA'

red 119 ◦ green 81 ◦ blue 202

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

Shades of Slate Blue #7751CA

Tints of Slate Blue #7751CA

RGB

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

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

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

R = 29.6%
G = 20.15%
B = 50.25%

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

#7751CA (or 0x7751CA) is known color: Slate Blue. HEX triplet: 77, 51 and CA. RGB value is (119,81,202). Sum of RGB (Red+Green+Blue) = 119+81+202=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #7751CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7751CA is #88AE35. Grayscale: #696969. Windows color (decimal): -8957494 or 13259127. OLE color: 13259127.

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

Color convert

RGB 119 81 202 -
CMYK 0.41 0.60 0 0.21
HSL 258.84º 0.53% 0.55% -
HSV(B) 258.84º 0.6% 0.79% -
XYZ 21.21 14.07 57.48 -
YUV 106.16 182.09 137.16 -
System Red Green Blue C M Y K H S L
Decimal 119 81 202 0.41 0.60 0 0.21 258.84 0.53 0.55
Hex 77 51 CA 29 3C 0 15 103 35 37
Octal 167 121 312 51 74 0 25 403 65 67
Binary 1110111 1010001 11001010 101001 111100 0 10101 100000011 110101 110111

Color Harmonies of #7751CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7751CA

Black with #7751CA

Text Example


Text Example

White with #7751CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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