Html Css Color HEX #7A65CB Slate Blue

📋 copy color: '#7A65CB'

red 122 ◦ green 101 ◦ blue 203

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

Shades of Slate Blue #7A65CB

Tints of Slate Blue #7A65CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 28.64%
G = 23.71%
B = 47.65%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A65CB (or 0x7A65CB) is known color: Slate Blue. HEX triplet: 7A, 65 and CB. RGB value is (122,101,203). Sum of RGB (Red+Green+Blue) = 122+101+203=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A65CB is #859A34. Grayscale: #767676. Windows color (decimal): -8755765 or 13329786. OLE color: 13329786.

HSL color Cylindrical-coordinate representation of color #7A65CB: hue angle of 252.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A65CB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 101 203 -
CMYK 0.40 0.50 0 0.20
HSL 252.35º 0.5% 0.6% -
HSV(B) 252.35º 0.5% 0.8% -
XYZ 23.46 17.76 58.69 -
YUV 118.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 122 101 203 0.40 0.50 0 0.20 252.35 0.5 0.6
Hex 7A 65 CB 28 32 0 14 FC 32 3C
Octal 172 145 313 50 62 0 24 374 62 74
Binary 1111010 1100101 11001011 101000 110010 0 10100 11111100 110010 111100

Color Harmonies of #7A65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A65CB

Black with #7A65CB

Text Example


Text Example

White with #7A65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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