Html Css Color HEX #7CACFF Maya Blue

📋 copy color: '#7CACFF'

red 124 ◦ green 172 ◦ blue 255

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

Shades of Maya Blue #7CACFF

Tints of Maya Blue #7CACFF

RGB

 RED value IS 124 (48.83% from 255) = 22.5%

 GREEN value IS 172 (67.58% from 255) = 31.22%

 BLUE value IS 255 (100% from 255) = 46.28%

R = 22.5%
G = 31.22%
B = 46.28%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7CACFF (or 0x7CACFF) is known color: Maya Blue. HEX triplet: 7C, AC and FF. RGB value is (124,172,255). Sum of RGB (Red+Green+Blue) = 124+172+255=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CACFF is #835300. Grayscale: #A6A6A6. Windows color (decimal): -8606465 or 16755836. OLE color: 16755836.

HSL color Cylindrical-coordinate representation of color #7CACFF: hue angle of 218.02º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CACFF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 124 172 255 -
CMYK 0.51 0.33 0 0
HSL 218.02º 1% 0.74% -
HSV(B) 218.02º 0.51% 1% -
XYZ 41.11 41.01 100.36 -
YUV 167.11 177.6 97.25 -
System Red Green Blue C M Y K H S L
Decimal 124 172 255 0.51 0.33 0 0 218.02 1 0.74
Hex 7C AC FF 33 21 0 0 DA 64 4A
Octal 174 254 377 63 41 0 0 332 144 112
Binary 1111100 10101100 11111111 110011 100001 0 0 11011010 1100100 1001010

Color Harmonies of #7CACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CACFF

Black with #7CACFF

Text Example


Text Example

White with #7CACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,172,255); }

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

background-color css

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

 a { background-color: rgb(124,172,255); }

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

border-color css

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

 span { border-color: rgb(124,172,255); }

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