Html Css Color HEX #7D67FB Light Slate Blue

📋 copy color: '#7D67FB'

red 125 ◦ green 103 ◦ blue 251

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

Shades of Light Slate Blue #7D67FB

Tints of Light Slate Blue #7D67FB

RGB

 RED value IS 125 (49.22% from 255) = 26.1%

 GREEN value IS 103 (40.63% from 255) = 21.5%

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 26.1%
G = 21.5%
B = 52.4%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D67FB (or 0x7D67FB) is known color: Light Slate Blue. HEX triplet: 7D, 67 and FB. RGB value is (125,103,251). Sum of RGB (Red+Green+Blue) = 125+103+251=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #7D67FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D67FB is #829804. Grayscale: #7D7D7D. Windows color (decimal): -8558597 or 16476029. OLE color: 16476029.

HSL color Cylindrical-coordinate representation of color #7D67FB: hue angle of 248.92º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D67FB is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 103 251 -
CMYK 0.50 0.59 0 0.02
HSL 248.92º 0.95% 0.69% -
HSV(B) 248.92º 0.59% 0.98% -
XYZ 30.72 21.03 93.71 -
YUV 126.45 198.29 126.97 -
System Red Green Blue C M Y K H S L
Decimal 125 103 251 0.50 0.59 0 0.02 248.92 0.95 0.69
Hex 7D 67 FB 32 3B 0 2 F9 5F 45
Octal 175 147 373 62 73 0 2 371 137 105
Binary 1111101 1100111 11111011 110010 111011 0 10 11111001 1011111 1000101

Color Harmonies of #7D67FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D67FB

Black with #7D67FB

Text Example


Text Example

White with #7D67FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D67FB; }

 p { color: rgb(125,103,251); }

 H1.HeaderClassName
 {
   color: #7D67FB;
 }
 .AnyTagClassName
 {
   color: #7D67FB;
 }
</style>

background-color css

<style>
 a { background-color: #7D67FB; }

 a { background-color: rgb(125,103,251); }

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

border-color css

<style>
 span { border-color: #7D67FB; }

 span { border-color: rgb(125,103,251); }

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