Html Css Color HEX #7375FC Light Slate Blue

📋 copy color: '#7375FC'

red 115 ◦ green 117 ◦ blue 252

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

Shades of Light Slate Blue #7375FC

Tints of Light Slate Blue #7375FC

RGB

 RED value IS 115 (45.31% from 255) = 23.76%

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

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

R = 23.76%
G = 24.17%
B = 52.07%

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

#7375FC (or 0x7375FC) is known color: Light Slate Blue. HEX triplet: 73, 75 and FC. RGB value is (115,117,252). Sum of RGB (Red+Green+Blue) = 115+117+252=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #7375FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7375FC is #8C8A03. Grayscale: #838383. Windows color (decimal): -9210372 or 16545139. OLE color: 16545139.

HSL color Cylindrical-coordinate representation of color #7375FC: hue angle of 239.12º 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 #7375FC is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 117 252 -
CMYK 0.54 0.54 0 0.01
HSL 239.12º 0.96% 0.72% -
HSV(B) 239.12º 0.54% 0.99% -
XYZ 31 23.4 94.98 -
YUV 131.79 195.84 116.02 -
System Red Green Blue C M Y K H S L
Decimal 115 117 252 0.54 0.54 0 0.01 239.12 0.96 0.72
Hex 73 75 FC 36 36 0 1 EF 60 48
Octal 163 165 374 66 66 0 1 357 140 110
Binary 1110011 1110101 11111100 110110 110110 0 1 11101111 1100000 1001000

Color Harmonies of #7375FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7375FC

Black with #7375FC

Text Example


Text Example

White with #7375FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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