Html Css Color HEX #7A75F7 Light Slate Blue

📋 copy color: '#7A75F7'

red 122 ◦ green 117 ◦ blue 247

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

Shades of Light Slate Blue #7A75F7

Tints of Light Slate Blue #7A75F7

RGB

 RED value IS 122 (48.05% from 255) = 25.1%

 GREEN value IS 117 (46.09% from 255) = 24.07%

 BLUE value IS 247 (96.88% from 255) = 50.82%

R = 25.1%
G = 24.07%
B = 50.82%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7A75F7 (or 0x7A75F7) is known color: Light Slate Blue. HEX triplet: 7A, 75 and F7. RGB value is (122,117,247). Sum of RGB (Red+Green+Blue) = 122+117+247=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A75F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A75F7 is #858A08. Grayscale: #848484. Windows color (decimal): -8751625 or 16217466. OLE color: 16217466.

HSL color Cylindrical-coordinate representation of color #7A75F7: hue angle of 242.31º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A75F7 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 122 117 247 -
CMYK 0.51 0.53 0 0.03
HSL 242.31º 0.89% 0.71% -
HSV(B) 242.31º 0.53% 0.97% -
XYZ 31.18 23.58 90.9 -
YUV 133.32 192.16 119.93 -
System Red Green Blue C M Y K H S L
Decimal 122 117 247 0.51 0.53 0 0.03 242.31 0.89 0.71
Hex 7A 75 F7 33 35 0 3 F2 59 47
Octal 172 165 367 63 65 0 3 362 131 107
Binary 1111010 1110101 11110111 110011 110101 0 11 11110010 1011001 1000111

Color Harmonies of #7A75F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A75F7

Black with #7A75F7

Text Example


Text Example

White with #7A75F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A75F7; }

 p { color: rgb(122,117,247); }

 H1.HeaderClassName
 {
   color: #7A75F7;
 }
 .AnyTagClassName
 {
   color: #7A75F7;
 }
</style>

background-color css

<style>
 a { background-color: #7A75F7; }

 a { background-color: rgb(122,117,247); }

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

border-color css

<style>
 span { border-color: #7A75F7; }

 span { border-color: rgb(122,117,247); }

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