Html Css Color HEX #7675FA Light Slate Blue

📋 copy color: '#7675FA'

red 118 ◦ green 117 ◦ blue 250

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

Shades of Light Slate Blue #7675FA

Tints of Light Slate Blue #7675FA

RGB

 RED value IS 118 (46.48% from 255) = 24.33%

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

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

R = 24.33%
G = 24.12%
B = 51.55%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7675FA (or 0x7675FA) is known color: Light Slate Blue. HEX triplet: 76, 75 and FA. RGB value is (118,117,250). Sum of RGB (Red+Green+Blue) = 118+117+250=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #7675FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7675FA is #898A05. Grayscale: #838383. Windows color (decimal): -9013766 or 16414070. OLE color: 16414070.

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

Color convert

RGB 118 117 250 -
CMYK 0.53 0.53 0 0.02
HSL 240.45º 0.93% 0.72% -
HSV(B) 240.45º 0.53% 0.98% -
XYZ 31.09 23.48 93.34 -
YUV 132.46 194.33 117.69 -
System Red Green Blue C M Y K H S L
Decimal 118 117 250 0.53 0.53 0 0.02 240.45 0.93 0.72
Hex 76 75 FA 35 35 0 2 F0 5D 48
Octal 166 165 372 65 65 0 2 360 135 110
Binary 1110110 1110101 11111010 110101 110101 0 10 11110000 1011101 1001000

Color Harmonies of #7675FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7675FA

Black with #7675FA

Text Example


Text Example

White with #7675FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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