Html Css Color HEX #7A8FFF Cornflower Blue

📋 copy color: '#7A8FFF'

red 122 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #7A8FFF

Tints of Cornflower Blue #7A8FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

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

R = 23.46%
G = 27.5%
B = 49.04%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A8FFF (or 0x7A8FFF) is known color: Cornflower Blue. HEX triplet: 7A, 8F and FF. RGB value is (122,143,255). Sum of RGB (Red+Green+Blue) = 122+143+255=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A8FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8FFF is #857000. Grayscale: #959595. Windows color (decimal): -8744961 or 16748410. OLE color: 16748410.

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

Color convert

RGB 122 143 255 -
CMYK 0.52 0.44 0 0
HSL 230.53º 1% 0.74% -
HSV(B) 230.53º 0.52% 1% -
XYZ 35.9 31 98.7 -
YUV 149.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 122 143 255 0.52 0.44 0 0 230.53 1 0.74
Hex 7A 8F FF 34 2C 0 0 E7 64 4A
Octal 172 217 377 64 54 0 0 347 144 112
Binary 1111010 10001111 11111111 110100 101100 0 0 11100111 1100100 1001010

Color Harmonies of #7A8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8FFF

Black with #7A8FFF

Text Example


Text Example

White with #7A8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,143,255); }

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

background-color css

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

 a { background-color: rgb(122,143,255); }

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

border-color css

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

 span { border-color: rgb(122,143,255); }

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