Html Css Color HEX #7672FC Light Slate Blue

📋 copy color: '#7672FC'

red 118 ◦ green 114 ◦ blue 252

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

Shades of Light Slate Blue #7672FC

Tints of Light Slate Blue #7672FC

RGB

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

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

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

R = 24.38%
G = 23.55%
B = 52.07%

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

#7672FC (or 0x7672FC) is known color: Light Slate Blue. HEX triplet: 76, 72 and FC. RGB value is (118,114,252). Sum of RGB (Red+Green+Blue) = 118+114+252=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #7672FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7672FC is #898D03. Grayscale: #828282. Windows color (decimal): -9014532 or 16544374. OLE color: 16544374.

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

Color convert

RGB 118 114 252 -
CMYK 0.53 0.55 0 0.01
HSL 241.74º 0.96% 0.72% -
HSV(B) 241.74º 0.55% 0.99% -
XYZ 31.06 22.91 94.88 -
YUV 130.93 196.33 118.78 -
System Red Green Blue C M Y K H S L
Decimal 118 114 252 0.53 0.55 0 0.01 241.74 0.96 0.72
Hex 76 72 FC 35 37 0 1 F2 60 48
Octal 166 162 374 65 67 0 1 362 140 110
Binary 1110110 1110010 11111100 110101 110111 0 1 11110010 1100000 1001000

Color Harmonies of #7672FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7672FC

Black with #7672FC

Text Example


Text Example

White with #7672FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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