Html Css Color HEX #7575FC Light Slate Blue

📋 copy color: '#7575FC'

red 117 ◦ green 117 ◦ blue 252

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

Shades of Light Slate Blue #7575FC

Tints of Light Slate Blue #7575FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.85%

R = 24.07%
G = 24.07%
B = 51.85%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7575FC (or 0x7575FC) is known color: Light Slate Blue. HEX triplet: 75, 75 and FC. RGB value is (117,117,252). Sum of RGB (Red+Green+Blue) = 117+117+252=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #7575FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7575FC is #8A8A03. Grayscale: #838383. Windows color (decimal): -9079300 or 16545141. OLE color: 16545141.

HSL color Cylindrical-coordinate representation of color #7575FC: hue angle of 240º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7575FC is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 117 252 -
CMYK 0.54 0.54 0 0.01
HSL 240º 0.96% 0.72% -
HSV(B) 240º 0.54% 0.99% -
XYZ 31.27 23.53 94.99 -
YUV 132.39 195.5 117.02 -
System Red Green Blue C M Y K H S L
Decimal 117 117 252 0.54 0.54 0 0.01 240 0.96 0.72
Hex 75 75 FC 36 36 0 1 F0 60 48
Octal 165 165 374 66 66 0 1 360 140 110
Binary 1110101 1110101 11111100 110110 110110 0 1 11110000 1100000 1001000

Color Harmonies of #7575FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7575FC

Black with #7575FC

Text Example


Text Example

White with #7575FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7575FC; }

 p { color: rgb(117,117,252); }

 H1.HeaderClassName
 {
   color: #7575FC;
 }
 .AnyTagClassName
 {
   color: #7575FC;
 }
</style>

background-color css

<style>
 a { background-color: #7575FC; }

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

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

border-color css

<style>
 span { border-color: #7575FC; }

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

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