Html Css Color HEX #7672FA Light Slate Blue

📋 copy color: '#7672FA'

red 118 ◦ green 114 ◦ blue 250

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

Shades of Light Slate Blue #7672FA

Tints of Light Slate Blue #7672FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

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

R = 24.48%
G = 23.65%
B = 51.87%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7672FA (or 0x7672FA) is known color: Light Slate Blue. HEX triplet: 76, 72 and FA. RGB value is (118,114,250). Sum of RGB (Red+Green+Blue) = 118+114+250=482 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.48% from 482); Green value is 114 (44.92% from 255 or 23.65% 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 #7672FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7672FA is #898D05. Grayscale: #828282. Windows color (decimal): -9014534 or 16413302. OLE color: 16413302.

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

Color convert

RGB 118 114 250 -
CMYK 0.53 0.54 0 0.02
HSL 241.76º 0.93% 0.71% -
HSV(B) 241.76º 0.54% 0.98% -
XYZ 30.74 22.79 93.22 -
YUV 130.7 195.33 118.94 -
System Red Green Blue C M Y K H S L
Decimal 118 114 250 0.53 0.54 0 0.02 241.76 0.93 0.71
Hex 76 72 FA 35 36 0 2 F2 5D 47
Octal 166 162 372 65 66 0 2 362 135 107
Binary 1110110 1110010 11111010 110101 110110 0 10 11110010 1011101 1000111

Color Harmonies of #7672FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7672FA

Black with #7672FA

Text Example


Text Example

White with #7672FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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