Html Css Color HEX #7A65FB Medium Slate Blue

📋 copy color: '#7A65FB'

red 122 ◦ green 101 ◦ blue 251

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

Shades of Medium Slate Blue #7A65FB

Tints of Medium Slate Blue #7A65FB

RGB

 RED value IS 122 (48.05% from 255) = 25.74%

 GREEN value IS 101 (39.84% from 255) = 21.31%

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

R = 25.74%
G = 21.31%
B = 52.95%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A65FB (or 0x7A65FB) is known color: Medium Slate Blue. HEX triplet: 7A, 65 and FB. RGB value is (122,101,251). Sum of RGB (Red+Green+Blue) = 122+101+251=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A65FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A65FB is #859A04. Grayscale: #7B7B7B. Windows color (decimal): -8755717 or 16475514. OLE color: 16475514.

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

Color convert

RGB 122 101 251 -
CMYK 0.51 0.60 0 0.02
HSL 248.4º 0.95% 0.69% -
HSV(B) 248.4º 0.6% 0.98% -
XYZ 30.09 20.41 93.62 -
YUV 124.38 199.46 126.3 -
System Red Green Blue C M Y K H S L
Decimal 122 101 251 0.51 0.60 0 0.02 248.4 0.95 0.69
Hex 7A 65 FB 33 3C 0 2 F8 5F 45
Octal 172 145 373 63 74 0 2 370 137 105
Binary 1111010 1100101 11111011 110011 111100 0 10 11111000 1011111 1000101

Color Harmonies of #7A65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A65FB

Black with #7A65FB

Text Example


Text Example

White with #7A65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,101,251); }

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

background-color css

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

 a { background-color: rgb(122,101,251); }

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

border-color css

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

 span { border-color: rgb(122,101,251); }

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