Html Css Color HEX #7A8AFD Cornflower Blue

📋 copy color: '#7A8AFD'

red 122 ◦ green 138 ◦ blue 253

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

Shades of Cornflower Blue #7A8AFD

Tints of Cornflower Blue #7A8AFD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 23.78%
G = 26.9%
B = 49.32%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A8AFD (or 0x7A8AFD) is known color: Cornflower Blue. HEX triplet: 7A, 8A and FD. RGB value is (122,138,253). Sum of RGB (Red+Green+Blue) = 122+138+253=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A8AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8AFD is #857502. Grayscale: #919191. Windows color (decimal): -8746243 or 16616058. OLE color: 16616058.

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

Color convert

RGB 122 138 253 -
CMYK 0.52 0.45 0 0.01
HSL 232.67º 0.97% 0.74% -
HSV(B) 232.67º 0.52% 0.99% -
XYZ 34.84 29.41 96.77 -
YUV 146.33 188.2 110.65 -
System Red Green Blue C M Y K H S L
Decimal 122 138 253 0.52 0.45 0 0.01 232.67 0.97 0.74
Hex 7A 8A FD 34 2D 0 1 E9 61 4A
Octal 172 212 375 64 55 0 1 351 141 112
Binary 1111010 10001010 11111101 110100 101101 0 1 11101001 1100001 1001010

Color Harmonies of #7A8AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8AFD

Black with #7A8AFD

Text Example


Text Example

White with #7A8AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,138,253); }

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

background-color css

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

 a { background-color: rgb(122,138,253); }

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

border-color css

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

 span { border-color: rgb(122,138,253); }

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