Html Css Color HEX #7D98FA Cornflower Blue

📋 copy color: '#7D98FA'

red 125 ◦ green 152 ◦ blue 250

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

Shades of Cornflower Blue #7D98FA

Tints of Cornflower Blue #7D98FA

RGB

 RED value IS 125 (49.22% from 255) = 23.72%

 GREEN value IS 152 (59.77% from 255) = 28.84%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 23.72%
G = 28.84%
B = 47.44%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7D98FA (or 0x7D98FA) is known color: Cornflower Blue. HEX triplet: 7D, 98 and FA. RGB value is (125,152,250). Sum of RGB (Red+Green+Blue) = 125+152+250=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #7D98FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D98FA is #826705. Grayscale: #9A9A9A. Windows color (decimal): -8546054 or 16423037. OLE color: 16423037.

HSL color Cylindrical-coordinate representation of color #7D98FA: hue angle of 227.04º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D98FA is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 152 250 -
CMYK 0.50 0.39 0 0.02
HSL 227.04º 0.93% 0.74% -
HSV(B) 227.04º 0.5% 0.98% -
XYZ 36.94 33.72 95 -
YUV 155.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 125 152 250 0.50 0.39 0 0.02 227.04 0.93 0.74
Hex 7D 98 FA 32 27 0 2 E3 5D 4A
Octal 175 230 372 62 47 0 2 343 135 112
Binary 1111101 10011000 11111010 110010 100111 0 10 11100011 1011101 1001010

Color Harmonies of #7D98FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D98FA

Black with #7D98FA

Text Example


Text Example

White with #7D98FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,152,250); }

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

background-color css

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

 a { background-color: rgb(125,152,250); }

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

border-color css

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

 span { border-color: rgb(125,152,250); }

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