Html Css Color HEX #7673FC Light Slate Blue

📋 copy color: '#7673FC'

red 118 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #7673FC

Tints of Light Slate Blue #7673FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.71%

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

R = 24.33%
G = 23.71%
B = 51.96%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7673FC (or 0x7673FC) is known color: Light Slate Blue. HEX triplet: 76, 73 and FC. RGB value is (118,115,252). Sum of RGB (Red+Green+Blue) = 118+115+252=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #7673FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7673FC is #898C03. Grayscale: #828282. Windows color (decimal): -9014276 or 16544630. OLE color: 16544630.

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

Color convert

RGB 118 115 252 -
CMYK 0.53 0.54 0 0.01
HSL 241.31º 0.96% 0.72% -
HSV(B) 241.31º 0.54% 0.99% -
XYZ 31.17 23.14 94.92 -
YUV 131.52 195.99 118.36 -
System Red Green Blue C M Y K H S L
Decimal 118 115 252 0.53 0.54 0 0.01 241.31 0.96 0.72
Hex 76 73 FC 35 36 0 1 F1 60 48
Octal 166 163 374 65 66 0 1 361 140 110
Binary 1110110 1110011 11111100 110101 110110 0 1 11110001 1100000 1001000

Color Harmonies of #7673FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7673FC

Black with #7673FC

Text Example


Text Example

White with #7673FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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