Html Css Color HEX #7673FD Light Slate Blue

📋 copy color: '#7673FD'

red 118 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #7673FD

Tints of Light Slate Blue #7673FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 24.28%
G = 23.66%
B = 52.06%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7673FD (or 0x7673FD) is known color: Light Slate Blue. HEX triplet: 76, 73 and FD. RGB value is (118,115,253). Sum of RGB (Red+Green+Blue) = 118+115+253=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #7673FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7673FD is #898C02. Grayscale: #838383. Windows color (decimal): -9014275 or 16610166. OLE color: 16610166.

HSL color Cylindrical-coordinate representation of color #7673FD: hue angle of 241.3º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7673FD is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 115 253 -
CMYK 0.53 0.55 0 0.01
HSL 241.3º 0.97% 0.72% -
HSV(B) 241.3º 0.55% 0.99% -
XYZ 31.33 23.2 95.76 -
YUV 131.63 196.49 118.28 -
System Red Green Blue C M Y K H S L
Decimal 118 115 253 0.53 0.55 0 0.01 241.3 0.97 0.72
Hex 76 73 FD 35 37 0 1 F1 61 48
Octal 166 163 375 65 67 0 1 361 141 110
Binary 1110110 1110011 11111101 110101 110111 0 1 11110001 1100001 1001000

Color Harmonies of #7673FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7673FD

Black with #7673FD

Text Example


Text Example

White with #7673FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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