Html Css Color HEX #7B66CF Slate Blue

📋 copy color: '#7B66CF'

red 123 ◦ green 102 ◦ blue 207

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

Shades of Slate Blue #7B66CF

Tints of Slate Blue #7B66CF

RGB

 RED value IS 123 (48.44% from 255) = 28.47%

 GREEN value IS 102 (40.23% from 255) = 23.61%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 28.47%
G = 23.61%
B = 47.92%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B66CF (or 0x7B66CF) is known color: Slate Blue. HEX triplet: 7B, 66 and CF. RGB value is (123,102,207). Sum of RGB (Red+Green+Blue) = 123+102+207=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B66CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66CF is #849930. Grayscale: #777777. Windows color (decimal): -8689969 or 13592187. OLE color: 13592187.

HSL color Cylindrical-coordinate representation of color #7B66CF: hue angle of 252º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B66CF is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 102 207 -
CMYK 0.41 0.51 0 0.19
HSL 252º 0.52% 0.61% -
HSV(B) 252º 0.51% 0.81% -
XYZ 24.18 18.22 61.27 -
YUV 120.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 123 102 207 0.41 0.51 0 0.19 252 0.52 0.61
Hex 7B 66 CF 29 33 0 13 FC 34 3D
Octal 173 146 317 51 63 0 23 374 64 75
Binary 1111011 1100110 11001111 101001 110011 0 10011 11111100 110100 111101

Color Harmonies of #7B66CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B66CF

Black with #7B66CF

Text Example


Text Example

White with #7B66CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,102,207); }

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

background-color css

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

 a { background-color: rgb(123,102,207); }

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

border-color css

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

 span { border-color: rgb(123,102,207); }

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