Html Css Color HEX #7750CF Slate Blue

📋 copy color: '#7750CF'

red 119 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #7750CF

Tints of Slate Blue #7750CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 29.31%
G = 19.7%
B = 50.99%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7750CF (or 0x7750CF) is known color: Slate Blue. HEX triplet: 77, 50 and CF. RGB value is (119,80,207). Sum of RGB (Red+Green+Blue) = 119+80+207=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #7750CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750CF is #88AF30. Grayscale: #696969. Windows color (decimal): -8957745 or 13586551. OLE color: 13586551.

HSL color Cylindrical-coordinate representation of color #7750CF: hue angle of 258.43º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7750CF is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 80 207 -
CMYK 0.43 0.61 0 0.19
HSL 258.43º 0.57% 0.56% -
HSV(B) 258.43º 0.61% 0.81% -
XYZ 21.74 14.16 60.62 -
YUV 106.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 119 80 207 0.43 0.61 0 0.19 258.43 0.57 0.56
Hex 77 50 CF 2B 3D 0 13 102 39 38
Octal 167 120 317 53 75 0 23 402 71 70
Binary 1110111 1010000 11001111 101011 111101 0 10011 100000010 111001 111000

Color Harmonies of #7750CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7750CF

Black with #7750CF

Text Example


Text Example

White with #7750CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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