Html Css Color HEX #7753CC Slate Blue

📋 copy color: '#7753CC'

red 119 ◦ green 83 ◦ blue 204

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

Shades of Slate Blue #7753CC

Tints of Slate Blue #7753CC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.44%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 29.31%
G = 20.44%
B = 50.25%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7753CC (or 0x7753CC) is known color: Slate Blue. HEX triplet: 77, 53 and CC. RGB value is (119,83,204). Sum of RGB (Red+Green+Blue) = 119+83+204=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #7753CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7753CC is #88AC33. Grayscale: #6B6B6B. Windows color (decimal): -8956980 or 13390711. OLE color: 13390711.

HSL color Cylindrical-coordinate representation of color #7753CC: hue angle of 257.85º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7753CC is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 83 204 -
CMYK 0.42 0.59 0 0.2
HSL 257.85º 0.54% 0.56% -
HSV(B) 257.85º 0.59% 0.8% -
XYZ 21.6 14.47 58.78 -
YUV 107.56 182.43 136.16 -
System Red Green Blue C M Y K H S L
Decimal 119 83 204 0.42 0.59 0 0.2 257.85 0.54 0.56
Hex 77 53 CC 2A 3B 0 14 102 36 38
Octal 167 123 314 52 73 0 24 402 66 70
Binary 1110111 1010011 11001100 101010 111011 0 10100 100000010 110110 111000

Color Harmonies of #7753CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7753CC

Black with #7753CC

Text Example


Text Example

White with #7753CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7753CC; }

 p { color: rgb(119,83,204); }

 H1.HeaderClassName
 {
   color: #7753CC;
 }
 .AnyTagClassName
 {
   color: #7753CC;
 }
</style>

background-color css

<style>
 a { background-color: #7753CC; }

 a { background-color: rgb(119,83,204); }

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

border-color css

<style>
 span { border-color: #7753CC; }

 span { border-color: rgb(119,83,204); }

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