Html Css Color HEX #8BA7FA Jordy Blue

📋 copy color: '#8BA7FA'

red 139 ◦ green 167 ◦ blue 250

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

Shades of Jordy Blue #8BA7FA

Tints of Jordy Blue #8BA7FA

RGB

 RED value IS 139 (54.69% from 255) = 25%

 GREEN value IS 167 (65.63% from 255) = 30.04%

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

R = 25%
G = 30.04%
B = 44.96%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BA7FA (or 0x8BA7FA) is known color: Jordy Blue. HEX triplet: 8B, A7 and FA. RGB value is (139,167,250). Sum of RGB (Red+Green+Blue) = 139+167+250=556 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BA7FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BA7FA is #745805. Grayscale: #A7A7A7. Windows color (decimal): -7624710 or 16426891. OLE color: 16426891.

HSL color Cylindrical-coordinate representation of color #8BA7FA: hue angle of 224.86º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BA7FA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 167 250 -
CMYK 0.44 0.33 0 0.02
HSL 224.86º 0.92% 0.76% -
HSV(B) 224.86º 0.44% 0.98% -
XYZ 41.72 40.03 95.97 -
YUV 168.09 174.22 107.25 -
System Red Green Blue C M Y K H S L
Decimal 139 167 250 0.44 0.33 0 0.02 224.86 0.92 0.76
Hex 8B A7 FA 2C 21 0 2 E1 5C 4C
Octal 213 247 372 54 41 0 2 341 134 114
Binary 10001011 10100111 11111010 101100 100001 0 10 11100001 1011100 1001100

Color Harmonies of #8BA7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA7FA

Black with #8BA7FA

Text Example


Text Example

White with #8BA7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA7FA; }

 p { color: rgb(139,167,250); }

 H1.HeaderClassName
 {
   color: #8BA7FA;
 }
 .AnyTagClassName
 {
   color: #8BA7FA;
 }
</style>

background-color css

<style>
 a { background-color: #8BA7FA; }

 a { background-color: rgb(139,167,250); }

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

border-color css

<style>
 span { border-color: #8BA7FA; }

 span { border-color: rgb(139,167,250); }

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