Html Css Color HEX #7375FA Light Slate Blue

📋 copy color: '#7375FA'

red 115 ◦ green 117 ◦ blue 250

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

Shades of Light Slate Blue #7375FA

Tints of Light Slate Blue #7375FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 23.86%
G = 24.27%
B = 51.87%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7375FA (or 0x7375FA) is known color: Light Slate Blue. HEX triplet: 73, 75 and FA. RGB value is (115,117,250). Sum of RGB (Red+Green+Blue) = 115+117+250=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #7375FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7375FA is #8C8A05. Grayscale: #838383. Windows color (decimal): -9210374 or 16414067. OLE color: 16414067.

HSL color Cylindrical-coordinate representation of color #7375FA: hue angle of 239.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7375FA is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 117 250 -
CMYK 0.54 0.53 0 0.02
HSL 239.11º 0.93% 0.72% -
HSV(B) 239.11º 0.54% 0.98% -
XYZ 30.69 23.27 93.32 -
YUV 131.56 194.84 116.19 -
System Red Green Blue C M Y K H S L
Decimal 115 117 250 0.54 0.53 0 0.02 239.11 0.93 0.72
Hex 73 75 FA 36 35 0 2 EF 5D 48
Octal 163 165 372 66 65 0 2 357 135 110
Binary 1110011 1110101 11111010 110110 110101 0 10 11101111 1011101 1001000

Color Harmonies of #7375FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7375FA

Black with #7375FA

Text Example


Text Example

White with #7375FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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