Html Css Color HEX #7B9ADC Jordy Blue

📋 copy color: '#7B9ADC'

red 123 ◦ green 154 ◦ blue 220

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

Shades of Jordy Blue #7B9ADC

Tints of Jordy Blue #7B9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.99%

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 24.75%
G = 30.99%
B = 44.27%

CMYK

 C value IS 0.44

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B9ADC (or 0x7B9ADC) is known color: Jordy Blue. HEX triplet: 7B, 9A and DC. RGB value is (123,154,220). Sum of RGB (Red+Green+Blue) = 123+154+220=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ADC is #846523. Grayscale: #979797. Windows color (decimal): -8676644 or 14457467. OLE color: 14457467.

HSL color Cylindrical-coordinate representation of color #7B9ADC: hue angle of 220.82º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B9ADC is Cyan = 0.44, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 154 220 -
CMYK 0.44 0.3 0 0.14
HSL 220.82º 0.58% 0.67% -
HSV(B) 220.82º 0.44% 0.86% -
XYZ 32.64 32.49 72.26 -
YUV 152.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 123 154 220 0.44 0.3 0 0.14 220.82 0.58 0.67
Hex 7B 9A DC 2C 1E 0 E DD 3A 43
Octal 173 232 334 54 36 0 16 335 72 103
Binary 1111011 10011010 11011100 101100 11110 0 1110 11011101 111010 1000011

Color Harmonies of #7B9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9ADC

Black with #7B9ADC

Text Example


Text Example

White with #7B9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,154,220); }

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

background-color css

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

 a { background-color: rgb(123,154,220); }

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

border-color css

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

 span { border-color: rgb(123,154,220); }

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